16 lines
402 B
Markdown
16 lines
402 B
Markdown
Install Unix
|
|
|
|
Warning this install will override any dotfiles and the full vim bundle directory!
|
|
```
|
|
git clone https://github.com/AdeAttwood/Dotfiles.git ~/.dotfiles
|
|
chmod +x ~/.dotfiles/install/install_unix.sh
|
|
~/.dotfiles/install/install_unix.sh
|
|
```
|
|
|
|
Install Windows
|
|
|
|
```
|
|
git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles
|
|
%homepath%\_dotfiles\install\install_win10.bat
|
|
```
|
|
|