Some of my dotfiles. Feel free to browse. I recommend copy-pasting rather running the install script, so you know what's going on. Targets zsh.
Run
# git clone this repo
cd dotfiles
chmod +x install.sh
./install.sh
to install.
- install my ~/.profile, ~/.gitconfig, and ~/.gitignore
- move your own versions of scripts into backup files
- install command line tools from npm that I find handy
- Set up ampline - which will make you way faster with the git CLI.
- recommend
brew install nvm
- recommend
npm -g i ampline
- Rewrite install script in node so there's fewer bugs w/ it
- Don't forget to symlink
~/bin
to./bin