- Download ZIP
- $
cd $HOME - $
unzip _download.zip_ - $
bash scripts/setup_new_computer.bash - move
lib/bashrc/robin-Lenovo-G51-35.bashto lib/bashrc/$(hostname).bash - move
lib/profile/robin-Lenovo-G51-35.bashto lib/profile/$(hostname).bash - add "
. $HOME/lib/bashrc/localrc.bash" to your .bashrc - add "
. $HOME/lib/profile/localrc.bash" to your .bash_profile - logout and log back in
- Install gulp-cli globally, and gulp locally as a dev dependency. See https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md.
- $
git clone https://github.com/RobinIsTheBird/dotfiles.git - $
cd dotfiles - $
npm install - $
gulp
If you make changes after running gulp, I recommend gulp clean before the next gulp.