Basic configuration files that I use daily to increase privacy on my local environment (only works in Ubuntu or Debian distros).
This setup includes plugins and configuration files for VIM editor. It also includes a script file to easily install all files and plugins.
Plugins are optional:
It is also included configuration files for:
- cURL
- GnuPG
- W3M browser
- WGet
To install, clone this repo:
git clone https://github.com/deniszanin/dotfiles.git $HOME/install-dotfiles
And then, execute the script to install:
chmod +x $HOME/install-dotfiles/install-files.sh
cd $HOME/install-dotfiles
./install-files.sh
On Debian or Ubuntu, use apt-get install secure-delete
to install srm
command (aliased on .bashrc) which improves security removing filesi for non-SSD machines.
Note: it's probably better not to use secure-delete on SSDs.