Shortcuts, tweaks, scripts, and settings that configure system.
Useful for faster workflow setup and restoration when needed.
Initial repo creation:
git clone --bare https://github.com/cestrell/Dotfiles/ $HOME/.cfg
Create a link between dotfiles and alias to edit & update git repo from any folder:
- Create an alias for easy management.
- Hide untracked files using newly created alias.(they bother me)
- Avoid weird git recursion problems by ignoring dotfiles folder.
- Checkout content to $HOME.
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
cfg config --local status.showUntrackedFiles no
echo ".cfg" >> ~/.gitignore
cfg checkout
Colorscheme: One Dark
Check if vim :version
== 'Small version without GUI' and update if needed
apt-get install vim-gui-common
apt-get install vim-runtime
ASCII SUDOwoodo:
curl https://raw.githubusercontent.com/0aax/sudowoodo/colour/sudowoodo.lecture -o sudowoodo
sudo cp groot.txt /etc/sudoers.d/sudoers.lecture
ASCII groot
curl https://caferock.org/chris/groot.txt -o groot
sudo cp groot.txt /etc/sudoers.d/sudoers.lecture
pokemon-colorscripts: Print pokemon to terminal
cbonsai Grow your own bonsai tree
vcXsrv: Some GUI applications will not work on WSL without an X-Server.
PEDA: Python Exploit Development Assistance for GDB. Enhance GDG GUI for ez debugging and exploit development.
rockyou.txt: Common words dictionary useful for password cracking