These are my dotfile configuration files for different software in Bash.
This is my custom .vimrc configuration for Vim.
This is my custom .bashrc configuration for Bash.
This directory contains my bash scripts
-
Linux.sh: main logic of the program, checks if the current installation is linux and creates the .TRASH directory
-
cleanup.sh: cleans up the processes of Linux.sh
this directory contains my bash_rc and vim rc files
-
bashrc_custom: enables long list of ailiases.
-
vimrc: enables syntax, sets ruler, sets autoindent, sets number, changes color to elflord.
Basic makefile, runs both the bash scripts.