This repo contains my personal dotfiles and based on Addy
ptt
quick connect PTT.cc(Taiwan famous forum)- added linux support
My basic setup is captured in install-deps.sh
which adds homebrew, nvm etc.
Toss it into a file called .extra
or *extra*
which you do not commit to this repo and just keep in your ~/
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx
.vimrc
,.vim
- vim config, obv.
.aliases
.bash_profile
.bash_prompt
.bashrc
.exports
.functions
.extra
- not included, explained above
install-deps.sh
- random apps i need installed.osx
- run on a fresh osx machine
.git
.gitattributes
.gitconfig
.gitignore
.inputrc
- config for bash readline
git clone https://github.com/IskenHuang/dotfiles.git && cd dotfiles && ./sync.sh
To update later on, just run the sync again.