Most files are originally from Paul's dotfiles. But, I'm quite proud of my ROS-prompt :D
My basic setup is captured in install-deps.sh
which adds homebrew, z, etc.
Toss it into a file called .extra
which you do not commit to this repo and just keep in your ~/
.ubuntu
is a script that sets up freshly installed Ubuntu 14.04. There are some notes about how to manually instal more programs. You can simply run:
./.ubuntu
.vimrc
,.vim
- vim config
.aliases
.bash_profile
.bash_prompt
.bashrc
.exports
.functions
.extra
- not included, explained above
install-deps.sh
- random apps i need installed.brew
- run on a fresh osx machine.brew-cask
- run on a fresh osx machine, installs apps.ubuntu
- run on a fresh ubuntu machine
.git
.gitattributes
.gitconfig
.gitignore
git clone https://github.com/mjyc/dotfiles.git && cd dotfiles && ./sync.sh
To update later on, just run the sync again.