Skip to content

edap/Dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software to install:

### ZSH
- install zsh and oh-my-zsh. Run `omz update` once in a while.

### VIM
- Vundle has to be installed manually, https://github.com/gmarik/Vundle.vim
then, in vim :PluginInstalll will do the rest

### Ripgrep
- https://github.com/BurntSushi/ripgrep

Once the software is installed, clone the Dotfiles repo into ~/.Dotfiles and create these symbolic links. If during the software installation you have created some of these configs file that now you are going to sym link, delete them first.

ln -s ~/.Dotfiles/zsh-files/oh-my-zsh/custom/functions.zsh ~/.oh-my-zsh/custom/functions.zsh
ln -s ~/.Dotfiles/zsh-files/zshenv ~/.zshenv
ln -s ~/.Dotfiles/zsh-files/zprofile ~/.zprofile
ln -s ~/.Dotfiles/zsh-files/zshrc .zshrc


About

My .vim .bashrc and .vimrc files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 51.0%
  • Vim Script 45.9%
  • Shell 3.1%