jshin313 / dotfiles

Stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Stuff


Languages

Language:Python 88.5%Language:Vim Script 6.0%Language:Vim Snippet 3.6%Language:Lua 0.8%Language:Shell 0.6%Language:TeX 0.4%Language:Perl 0.1%Language:GDB 0.0%