edap/Dotfiles
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
Releases
No releases published
Languages
- Python 51.0%
- Vim Script 45.9%
- Shell 3.1%