Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.38 KB

dotFILES

Intro

Basic configuration files that I use daily to increase privacy on my local environment (only works in Ubuntu or Debian distros).

What is it?

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

Install

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

Notes

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.