Skip to content

Instantly share code, notes, and snippets.

View tur1ngb0x's full-sized avatar
🎯
Focusing

tur1ngb0x tur1ngb0x

🎯
Focusing
  • 17:08 (UTC +05:30)
View GitHub Profile
@tur1ngb0x
tur1ngb0x / minmal-cli.md
Created October 15, 2023 09:29
minmal-cli.md

$HOME/.bashrc

# init
[[ -z "${PS1}" ]] && return
[[ -f /usr/share/bash-completion/bash_completion ]] && source /usr/share/bash-completion/bash_completion || echo 'bash-completion not found'

# behaviour
shopt -s checkwinsize
shopt -s histappend
@tur1ngb0x
tur1ngb0x / ubuntu-dwm.sh
Last active January 23, 2026 05:13
ubuntu-dwm.sh
#!/usr/bin/env bash
# refresh sources
sudo apt-get update
# install requirements
sudo apt-get install build-essential libx11-dev libxft-dev libxinerama-dev stterm suckless-tools wget
# create build folder
mkdir -v -p ~/src/dwm
@tur1ngb0x
tur1ngb0x / qt-theme-fix.md
Last active August 14, 2023 07:40
Fixing theming issues on QT apps on any desktop environment

Fixing theming issues on QT apps on any desktop environment

Install Breeze package (qt theme, gtk theme, styles, icons)

Arch

sudo pacman -S breeze breeze-gtk

Debian