Skip to content

lpan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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