No description
Find a file
Ade Attwood 9e96a5c8c8 fix(core): only install vscode extension if its not already installed
When installing a vscode extention the shell command to install the extention
would run every time puppet was run. Now we test to see if the extention is
installed first before trying to install it.
2020-10-13 20:46:56 +01:00
data refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests feat(core): add private puppet module for the proprietary stuff 2020-09-21 20:13:28 +01:00
scripts fix(core): sync puppet modules before applying the manifests 2020-09-21 20:08:52 +01:00
site-modules fix(core): only install vscode extension if its not already installed 2020-10-13 20:46:56 +01:00
.gitignore refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
bolt.yaml refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
hiera.yaml refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
Puppetfile feat(core): add private puppet module for the proprietary stuff 2020-09-21 20:13:28 +01:00
README.md add windows install 2016-11-20 09:22:46 +00:00

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