2016-05-22 09:34:00 +00:00
|
|
|
Install Unix
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-05-22 09:34:00 +00:00
|
|
|
Warning this install will override any dotfiles and the full vim bundle directory!
|
|
|
|
|
```
|
2016-05-22 07:53:37 +00:00
|
|
|
git clone https://github.com/AdeAttwood/Dotfiles.git ~/.dotfiles
|
2016-05-22 09:34:00 +00:00
|
|
|
chmod +x ~/.dotfiles/install/install_unix.sh
|
|
|
|
|
~/.dotfiles/install/install_unix.sh
|
|
|
|
|
```
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-11-20 09:22:46 +00:00
|
|
|
Install Windows
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles
|
|
|
|
|
%homepath%\_dotfiles\install\install_win10.bat
|
|
|
|
|
```
|
|
|
|
|
|