My awesome dotfiles.
Install the following
- git
- python3
- curl
- tmux
- zsh
- emacs
git clone https://github.com/lpan/dotfiles
cd dotfiles
# install dependencies
bash setup.sh
# link the files
python3 -m linker.cli
# change your default shell to zsh
chsh -s /bin/zsh
- vertical split
ctrl-s -
- horizontal split
ctrl-s |
- move up/down/left/right
ctrl-s k/j/h/l
- new window
ctrl-s c
- next window
ctrl-s n