Dotfiles/README.md

17 lines
402 B
Markdown
Raw Normal View History

Install Unix
2016-05-22 07:53:37 +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
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
```