Skip to content

jshin313/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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