dotfiles
dotfiles copied to clipboard
DEPRECATED: nixfiles are now used instead. (These are my previous dotfiles used for OSX, Linux & Cygwin)
Archived
These configs are way out of date. I am now using the nixfiles repo as my current dotfiles config for all my machines.
dotfiles
NOTE: Be sure to update the
.gitconfigso it uses the proper email address.
Mac Users
- Make sure to have the Xcode command line tools installed before running on OSX
Install
- Fork this repo and the scripts repo on github.
export github_username="<YOUR_GITHUB_USERNAME>"
cd ~
git clone https://github.com/$github_username/dotfiles
git clone https://github.com/$github_username/scripts
~/dotfiles/setup.sh
Post Install
-
Update
.gitconfigto include the proper name and email address -
Update the remote origin so the auto updater fetches from the fork
git remote remove origin git remote add origin [email protected]:USERNAME/dotfilesThe bottom of the
.zshrchas a check that it will run to auto pull and rebase the dotfiles similar to how theoh-my-zshupdater works. Any items which are not checked in are stashed and applied after the pull. For long term items which are not intended to be checked in use the.zshrc_localThis file is ignored. -
Review aliases in
.zsh_aliases
Preview
Run
devmuxto get this layout.
