Forked some existing repos first but soon my setup was so diverse, moved to custom repo now. Also added the config and installation of Mackup
I use Mackup for backing up and syncing application settings and Dotbot for the simple dotfiles.
This mainly configures:
- several default applications
- git
- zsh and oh-my-zsh
- vim
- a bunch of command line stuff
Run this:
git clone https://github.com/robsonke/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
sh bootstrap.sh
This will symlink the appropriate files in .dotfiles
to your home directory.
Everything is configured and tweaked within ~/.dotfiles
.
cd ~/.dotfiles
sh update.sh
Or use the alias:
update
To save all: mackup backup To restore from dropbox: mackup restore
To override these defaults, you can add files in a folder named "custom". For example the DEFAULT_USER variable in .zshrc to your own username or the oh-my-zsh plugins.
These great tools:
- homebrew
- cask
- zsh
- mackup
- dotbot
- git
- and all people who share their dotfiles for inspiration