All my personal settings are kept in this git repository.
The install.sh
script will make symlinks to them.
cd ~/Programming/
git clone git@github.com:MatteoNardi/settings.git
cd settings
sh install.sh
By using bash-completions, you can add your custom completions by doing
flamegraph --completions bash >> .bash_completion
cargo install flamegraph
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage
sudo mv nvim.appimage /usr/bin/nvim