MatteoNardi / settings

My Linux and vim settings/shortcuts/tips&tricks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Linux and vim settings/shortcuts/tips&tricks

License:MIT License


Languages

Language:Lua 59.2%Language:Vim Script 37.0%Language:Shell 3.8%