Skip to main content

Debian - Tasks for new installs

Install of common packages
apt install net-tools mc git vim bind9-dnsutils ripgrep fzf
VIM Configuration
cd /etc/vim
wget https://wuideweidewelt.de/vim/vim_config_updater.sh
chmod +x vim_config_updater.sh
./vim_config_updater.sh
Setup fzf

Editing file /etc/bash.bashrc

# append to bash.bashrc
source /usr/share/bash-completion/completions/fzf
source /usr/share/doc/fzf/examples/key-bindings.bash