Gravi80 / dotfiles

A set of vim, zsh, git, and psql configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

A set of vim, zsh, git, and psql configuration files.

brew cask install iterm2

ZSH

brew install zsh zsh-completions zsh-autosuggestions zsh-syntax-highlighting

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

vi ~/.zshrc
	source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
	export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/usr/local/share/zsh-syntax-highlighting/highlighters
	source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

https://github.com/zsh-users

About

A set of vim, zsh, git, and psql configuration files.


Languages

Language:Shell 81.5%Language:Vim Script 18.5%