Dethada / dotfiles-old

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Install

  1. Run sudo sh -c "$(wget https://raw.githubusercontent.com/PotatoDrug/dotfiles/master/root-install.sh -O -)"
  2. Run sh -c "$(wget https://raw.githubusercontent.com/PotatoDrug/dotfiles/master/user-install.sh -O -)"
  3. Open tmux and press prefix + I (capital i, as in Install) to fetch the plugin.

VIM

" undo highlighting from search
nnoremap <silent> <F6> :let @/=""<CR>

Useful links

About


Languages

Language:Vim Script 38.7%Language:Shell 30.9%Language:Perl 18.2%Language:Python 12.1%