lpan / dotfiles

My awesome dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My awesome dotfiles

License:GNU General Public License v3.0


Languages

Language:Shell 71.5%Language:Python 26.5%Language:Vim Script 2.0%