1n5k / dotfiles

Jinsuke's dotfilesってやつ これから良くなっていきます
https://www.jnsk.info
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link
bash dotfiles emacs zsh

dotfiles

License

Jinsuke's dotfilesってやつ これから良くなっていきます

利用可能な環境(Available OS)

OS Status
Windows :x:
GNU/Linux :o:
Mac_OS_X :x:
BSD :x:

使い方(Installation)

installer.shとかsetup.shとかそんなものはないから適当にコピーして使ってくれ
→なんか生えたので、それっぽいインストール方法を書いておきます。

基本(Basic)

$ git clone --recursive git@github.com:1n5k/dotfiles  
$ cd ~/dotfiles
$ ./install.sh  

別解(Another basic)

$ git clone https://github.com/1n5k/dotfiles  
$ cd ~/dotfiles
$ git submodule init  
$ git submodule update  

gitがない人用(Non git)

curl -L https://raw.github.com/1n5k/dotfiles/master/install.sh | bash  
wget -o - https://raw.github.com/1n5k/dotfiles/master/install.sh | bash  

アップデート(How to Update)

cd ~/dotfiles  
git pull