Sometimes I find keeping a proper .dotfile repo a little tedious, when all I want is a resource for some simple configuration of things like tmux, vim, zsh, etc.
wget https://raw.githubusercontent.com/weberam2/SimpleDotFiles/main/filename
Simply copy/paste the install.sh file, chmod +x install.sh and run it: ./install.sh
wget https://raw.githubusercontent.com/weberam2/SimpleDotFiles/main/install.sh
chmod +x install.sh
./install.sh
- For fzf, I choose no auto-complete, yes key-bindings, no to zsh update
- At the end, run
zsh. This will take some extra time and install zsh plugins. - When you first run vim, you will have to run
:PlugInstall