OverPy
Creating a programming language to make the Overwatch Workshop usable
Programming, self-improvement, and various stuff
Sets the color theme of CMD/PowerShell/Git Bash to be actually readable (based on VS Code's default theme) and font to Consolas
Sets better prompts:
[Admin]
indicator, and a [SYSTEM]
indicator if the setup script is run as adminuser@hostname
if connected via SSH. Unfortunately, the CMD prompt can only display a [SSH]
indicator without potential command injectionmaster
or main
Sets accent color to blue, including title bar
Sets Explorer to display file extensions, hidden files and system files
Sets notepad++ to be the default editor for files without extensions as well as most common text files (feel free to suggest additional extensions)
Sets the below .bashrc
for Git Bash
globstar
(allows **
in glob), extglob
(allows extended glob matching such as ?(pattern)
or *(pattern)
), dotglob
(allows globbing to match files starting with a dot), and failglob
(if doing ls *nomatch*
, it will cause an error instead of passing *nomatch*
to ls
)master
or main
ls
and grep
ll
alias.pyc
filesFeel free to suggest additional modifications.