Some of my dotfiles or configuration files for some of the stuff I use.
Nothing too interesting, just gives a cool figlet on opening the terminal and runs the script for the prompt(ps1.prompt).
This file contains a couple of aliases that I use almost daily. Most of them are self explanatory.
- gdbx and gdbx64 run GDB with the command file gdbCommands and gdbCommands64 respectively. Used to make gdb a little but more usable out of the box and display the registers, stack, and instructions everytime you step.
- asciitable.py is a script that prints the ASCII table.
Contains my vim setup which I use for C development and python/BASH scripting.