Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Software to install: Ghostty, zsh, starship Verify that zsh is the default shell. It should then work out of the box within ghostty ### ZSH - install zsh. ### 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/zsh_functions ~/.zsh_functions ln -s ~/.Dotfiles/zsh-files/zshenv ~/.zshenv ln -s ~/.Dotfiles/zsh-files/zprofile ~/.zprofile ln -s ~/.Dotfiles/zsh-files/zshrc ~/.zshrc