placeholder * { font-family: "Hack Nerd Font"; font-size: 12pt; border: none; border-radius: 0; transition-property: background-color; transition-duration: 0.5s; } window#waybar {…
.dot files/
Bash (Bourne-again Shell) is a command-line shell/programming language by the GNU Project. Its name alludes to its predecessor, the long-deprecated Bourne shell. Bash can be run on…
Theme: Dracula - https://resource.dopus.com/t/dracula-in-vs-code/39578 Fonts: PragmataPro, Equity Text A, Themes: https://catppuccin.com Firefox Default Fonts:
#Execute a command without saving it in the history HISTCONTROL=ignorespace ; export $HISTCONTROL
export GREP_OPTIONS='--color=auto' GREP_COLOR='100;8'
#mysql alias mysql="mysql –pager='less -niSFX'"
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html http://en.wikipedia.org/wiki/Font_rasterization
Debian notes: ############################ # Testing US mirror: deb http://ftp.us.debian.org/debian/ testing main contrib non-free # deb-src http://ftp.us.debian.org/debian/ testin…
$ gsettings set org.gnome.desktop.session session-name 'gnome-fallback' $ gsettings set org.gnome.desktop.interface 'menus-have-icons' true $ gsettings set org.gnome.…
alias command The alias command can be useful if you want to create a 'shortcut' to a command. The format is alias name='command' > alias home='cd /home/dave/public_html' This will…