The medienhaus/ remote dev environment configures Bash and Vim.
To install via git bare repository:
git clone --bare https://github.com/medienhaus/dotfiles.git $HOME/dotfiles && \
git init --separate-git-dir=$HOME/dotfiles && \
git checkoutTo install via stow symlink farm manager:
git clone https://github.com/medienhaus/dotfiles.git $HOME/dotfiles && \
cd $HOME/dotfiles && \
stow .You might want to install fzf, a general-purpose command-line fuzzy finder, which is conditionally configured for Bash to search through history via Ctrl-r, and Vim to find and open files in current directory via Space-ff.
apt install fzfVim plugins are defined as submodules in the .gitmodules file; to install:
git submodule update --init --remote