Skip to content

efraintorlo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My Personal dot configuration files

To clone this file use:

cd ~
sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && \
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim && \
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && \
git clone https://github.com/elchinot7/dotfiles.git .dotfiles && \
cp .dotfiles/.zshrc . && \
cp .dotfiles/.vimrc . && \
cp .dotfiles/.tmux.conf . && \
cp .dotfiles/ys-modified-chinot7.zsh-theme .oh-my-zsh/custom/themes/ && \
cp .dotfiles/gitconfig .gitconfig
cp .dotfiles/.aliases.local .

To install vim plugins:

Launch vim and run :PluginInstall

To install from command line: vim +PluginInstall +qall

To install Tmux plugins:

Inside a tmux session type:

Crtl-A I

About

My Personal dot configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors