Skip to content

epfeiffe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

All of my public dotfiles.

Installation

git clone https://github.com/epfeiffe/dotfiles.git
rsync -av dotfiles/ ~/
rm -rf dotfiles/ .git/ .gitignore README.md

You may need to reload your terminal before installing plugins:

source ~/.bash_profile

To install vim plugins:

chmod +x .installVimPlugins
./.installVimPlugins

Remove vim install script:

rm ~/.installVimPlugins

Warning

This will overwrite your exsisting dotfiles, so be careful. Certain plugins in the .vimrc may also not work since they will also need to be downloaded, so the script .installVimPlugins has been provided to install the correct tools. Check the bottom of the .vimrc file for additional details.

Sidenote

I am using Windows Subsystem for Linux which uses the bash shell, not all configurations may transfer correctly to other shells(such as the default zsh shell on MacOS).

About

All of my public dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published