Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.42 KB

README.md

File metadata and controls

57 lines (46 loc) · 1.42 KB

dotfiles

Installation

$ sudo apt install git -y
$ git clone https://github.com/jshin313/dotfiles ~/.dotfiles
$ cd .dotfiles
$ ./install.sh

How to VIM

Check out The Primeagen

VIM Plugins

  • :PlugUpdate - Update Plugins
  • :PlugClean - Remove unneeded plugins
  • :PlugInstall - Add plugins

Tmux Plugins

  • <Prefix>I- Install tmux plugins
  • <Prefix>U- Update tmux plugins

Terminal Colorscheme

https://github.com/Gogh-Co/Gogh

Zsh

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Run the above to install Oh My Zsh

Then make sure to update the following in ~/.zshrc for vim support

plugins=(
	vi-mode
	git
)

Windows

LaTeX