Skip to content

red-drop/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotFiles For Setup Terminal

Include

Vim
GitAlias

Setup

Will include by setup.sh file

# Should clone on home directory 

$ git clone https://github.com/red-drop/.dotfiles.git

# Depending on vim-plug
$ ln -s .dotfiles/.vimrc .vimrc
$ vim .vimrc # Execute :PlugInstall on command mode

$ ln -s .dotfiles/.gitconfig .gitconfig
$ vim .gitconfig # Fill user attributes

$ echo 'source ~/.dotfiles/.aliases' >> ~/.zshrc

Packages

Anyenv

$ brew install anyenv
$ echo 'eval "$(anyenv init -)"' >> ~/.zshrc
$ exec $SHELL -l

$ mkdir -p $(anyenv root)/plugins
$ git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update
$ anyenv update

$ anyenv install -l
$ anyenv install [rbenv nodenv jenv goenv]

About

.dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors