Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 600 Bytes

Readme.md

File metadata and controls

36 lines (25 loc) · 600 Bytes

Settings

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

Completions

By using bash-completions, you can add your custom completions by doing

flamegraph --completions bash >> .bash_completion

Rust tools

cargo install flamegraph

Nvim

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