Skip to content

Instantly share code, notes, and snippets.

View Computer-Tsu's full-sized avatar

Computer-Tsu

View GitHub Profile
@Computer-Tsu
Computer-Tsu / .bash_profile
Created September 18, 2023 12:18 — forked from mniak/.bash_profile
My OS #config files
# FOR MACOSX: curl -o ~/.bash_profile https://gist.githubusercontent.com/mniak/31cea1e0e50809dbb4e5dd13d689644c/raw/.bash_profile -H 'Cache-Control: no-cache'
# FOR LINUX: curl -o ~/.bashrc https://gist.githubusercontent.com/mniak/31cea1e0e50809dbb4e5dd13d689644c/raw/.bash_profile -H 'Cache-Control: no-cache'
export PS1="\[\e[33m\]\W\[\e[m\] \\$\[$(tput sgr0)\] "
export CLICOLOR=1
export TERM=xterm-256color
export DOTNET_CLI_TELEMETRY_OPTOUT=1
if [ $(uname) == "Darwin" ]; then #OSX specific configuration
@Computer-Tsu
Computer-Tsu / glogg.ini
Created September 18, 2023 12:11 — forked from mniak/glogg.ini
Coloured #glogg filters
[FilterSet]
version=1
filters\size=13
filters\1\regexp=\\[Fatal\\]
filters\1\fore_colour=red
filters\1\back_colour=white
filters\2\regexp=\\| *[Ff][Aa][Tt][Aa][Ll] *\\|
filters\2\fore_colour=red
filters\2\back_colour=white