other changes
This commit is contained in:
parent
ae4d5b6700
commit
9b16ca8fd2
@ -41,6 +41,9 @@ Plug 'nvim-telescope/telescope.nvim'
|
||||
|
||||
" Gruvbox colorscheme
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
" For vim practice
|
||||
Plug 'ThePrimeagen/vim-be-good'
|
||||
call plug#end()
|
||||
|
||||
" Load the clangd server as the interpreter
|
||||
|
@ -219,10 +219,11 @@ alias up='sudo python -m http.server 80'
|
||||
alias vim='nvim'
|
||||
|
||||
# Wordlists
|
||||
export directorylist="~/Wordlists/directory-list.txt"
|
||||
export rockyou="/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt"
|
||||
export fasttrack="/usr/share/seclists/Passwords/fasttrack.txt"
|
||||
|
||||
# Ease of use
|
||||
alias mountenc='encfs ~/Documents/.encrypted ~/Documents/Encrypted'
|
||||
alias umountenc='fusermount -u ~/Documents/Encrypted'
|
||||
alias kraken="ssh random@10.0.0.13"
|
||||
alias pi="ssh root@10.0.0.31"
|
||||
|
Loading…
x
Reference in New Issue
Block a user