icecreammatt / dotfiles

DEPRECATED: nixfiles are now used instead. (These are my previous dotfiles used for OSX, Linux & Cygwin)

Home Page:https://github.com/icecreammatt/nixfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .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 git@github.com: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

About

DEPRECATED: nixfiles are now used instead. (These are my previous dotfiles used for OSX, Linux & Cygwin)

https://github.com/icecreammatt/nixfiles


Languages

Language:Vim Script 86.0%Language:Shell 11.0%Language:Python 3.1%