-
Create symbolic links for
~/.bashrc
and~/.tmux.conf
:ln -s bashrc ~/.bashrc ln -s tmux.conf ~/.tmux.conf
-
Run
install.sh
- Snazzy
- Import general settings
.tmux.conf
: inspired by http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/- Auto-start tmux in iTerm2
# Add the below line into: Prefs->Profiles->General->Command/Send text at start tmux new -A -s foo -n default
- Copy
starship.toml
to~/.config/
- See dotvim
- Install oh-my-zsh
- Use customized theme (ys.zsh-theme in this repo)