An attempt to make important (well, at least desireable) configuration files portable to other debian-based systems. Every raspberry pi should have a pretty vim instance!
- vimInstall.sh should download and build vim from github source
- createLinks.sh should create the appropriate symbolic links to allow the vimrc, zshrc, tmux.conf to function
At least, this is what we're shooting for:
$HOME
|----.(cloned_git_location)
|----.dotfiles -> $HOME/.(cloned_git_location)/rp_dotfiles
| |----shell
| | |----(variouz zsh stuffs)
| |----vim
| | |----vimrc
|----.vim
| |----vimrc -> $HOME/.dotfiles/vim/vimrc
|----.tmux.conf -> $HOME/.dotfiles/tmux.conf
|----.zshrc -> $HOME/.dotfiles/zshrc
- Find edge cases?
- Fix the linking logic to be less janky