Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 491 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 491 Bytes

dotfiles

My awesome dotfiles.

Installation

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

Cheat sheet

Tmux

  • 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