All Projects → icecreammatt → dotfiles

icecreammatt / dotfiles

Licence: other
These are my dotfiles used for OSX, Linux & Cygwin

Programming Languages

Vim Script
2826 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

dotfiles

NOTE: Be sure to update the .gitconfig so it uses the proper email address.

Mac Users

  • Make sure to have the Xcode command line tools installed before running on OSX

Install

  1. 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

  1. Update .gitconfig to include the proper name and email address

  2. Update the remote origin so the auto updater fetches from the fork

    git remote remove origin
    git remote add origin [email protected]:USERNAME/dotfiles
    

    The bottom of the .zshrc has a check that it will run to auto pull and rebase the dotfiles similar to how the oh-my-zsh updater 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_local This file is ignored.

  3. Review aliases in .zsh_aliases

Preview

Run devmux to get this layout.

Preview

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].