dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

:diamond_shape_with_a_dot_inside: Yay! @bevacqua does dotfiles \o/

dotfiles

These are my personal dotfiles, used to bootstrap and configure development boxes

For a complete feature list, check out FEATURES.md

Install On OSX

git clone --depth 1 https://github.com/bevacqua/dotfiles.git ~/.dotfiles && sudo zsh ~/.dotfiles/osx.zsh

shell-osx.png

Install On Ubuntu

Install zsh, using the script below, then you need to reboot. Apologies!

sudo sh ./ubuntu/zsh.sh

After boot, install everything else.

sudo zsh ./ubuntu.zsh

shell-ubuntu.png

Customization

  • Anything placed in ~/.zshrc.user will run on every shell instance
  • You can open that file using the dotconfig alias
  • Open ~/.zshrc file with the zshconfig alias.
  • I won't install Sublime Text packages for you. You do that. You did get Package Control, though. Recommended packages in FEATURES document.
  • Want to customize this even further? Fork this repository!

License

MIT