sudo apt install -y git xsel wl-clipboard tig curl htop rsync tree ripgrep fzf fd-find build-essential shellcheck
sudo apt install -y fonts-recommended fonts-powerline
From the dotfiles directory:
ln -sr gitconfig ~/.gitconfig
From the dotfiles directory:
ln -sr .bash_aliases ~/
sudp apt install -y fish
From the dotfiles directory:
ln -sr config/fish ~/.config/
sudo apt install -y neovim
From the dotfiles directory:
ln -sr config/nvim ~/.config/
Inside (Neo)VIM:
:PlugInstall
sudo apt install -y powerline powerline-gitstatus fonts-powerline
sudo apt install -y postgresql
sudo -u postgres createuser -s $USER
createdb $USER
Disable caps-lock keybinding:
gsettings set org.gnome.desktop.input-sources xkb-options "['caps:none']"
sudo apt install python3 python3-dev python3-wheel python3-venv wkhtmltopdf libsasl2-dev libldap2-dev libpq-dev libjpeg-dev libxml2-dev libxslt1-dev