Skip to content

zzas11/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Powerline font

https://github.com/powerline/fonts/raw/master/SourceCodePro/Source%20Code%20Pro%20for%20Powerline.otf

Vim setup (Vi IMproved 8.1)

brew install vim --with-override-system-vi

.bash_profile

alias vim="/usr/local/opt/vim/bin/vim"

Java setup

brew tap caskroom/versions
brew cask install java8 

PlantUML setup

Run command below to install dependency

brew install plantuml

Tmux setup

brew install tmux

Go setup

brew install go

.bash_profile

export GOPATH="${HOME}/.go"
export GOROOT="$(brew --prefix golang)/libexec"
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"

Open Vim and execute :GoInstallBinaries

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors