Jinsuke's dotfilesってやつ これから良くなっていきます
OS | Status |
---|---|
Windows | :x: |
GNU/Linux | :o: |
Mac_OS_X | :x: |
BSD | :x: |
installer.shとかsetup.shとかそんなものはないから適当にコピーして使ってくれ
→なんか生えたので、それっぽいインストール方法を書いておきます。
$ git clone --recursive git@github.com:1n5k/dotfiles
$ cd ~/dotfiles
$ ./install.sh
$ git clone https://github.com/1n5k/dotfiles
$ cd ~/dotfiles
$ git submodule init
$ git submodule update
curl -L https://raw.github.com/1n5k/dotfiles/master/install.sh | bash
wget -o - https://raw.github.com/1n5k/dotfiles/master/install.sh | bash
cd ~/dotfiles
git pull