Skip to content

These are my dotfiles used for OSX, Ubuntu & Cygwin

Notifications You must be signed in to change notification settings

ibirnam/dotfiles

 
 

Repository files navigation

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

Cygwin Packages

  • curl
  • wget
  • zsh
  • python27
  • git
  • git-core
  • gitk
  • git-completion
  • vim
  • vim-common
  • openssh
  • cmake
  • gcc-core
  • gcc-g++
  • ncurses
  • lib-ncurses-devel
  • make (gnu)

Install with curl

curl -L https://raw.github.com/ibirnam/dotfiles/master/tools/install.sh | 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

About

These are my dotfiles used for OSX, Ubuntu & Cygwin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 72.0%
  • Shell 23.1%
  • Python 4.9%