Skip to content

Instantly share code, notes, and snippets.

```sh
printf "### Updating system..."
doas pacman -Syyu pacman; doas pacman -Syyu
printf "### Installing X..."
doas pacman -Syy xorg-server xorg-xinit xorg-xinput xorg-xauth xorg-xev xorg-xsetroot libx11 libxft libxinerama glib2-devel ttf-liberation
printf "### Installing Building toolsxhkd sssss..."
doas pacman -Syy git gcc make pkgconf sxhkd xorg-setxkbmap
baseDir="$(dirname $(realpath $0))"
homeDir="$baseDir/home/user"
printf "### Updating system..."
doas xbps-install -Syu
printf "### Installing X..."
doas xpbs-install -Sy xorg-server xinit libX11-devel libXft-devel libXinerama-devel glib-devel liberation-fonts-ttf
printf "### Installing Building toolsxhkd sssss..."
doas xbps-install -Sy git gcc make pkg-config sxhkd
printf "### Installing man pages...."
# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
@ahmedsamehx
ahmedsamehx / gist:4d9b853b12669e1e00f3f5aacd28ce6d
Created July 27, 2025 13:01 — forked from torvalds/gist:6faadce34c56d53b2d5352da0c3cd093
Not involved with any fishy crypto fishy business
I'm told that there are people claiming to "tokenize" my git repositories with my approval.
I just want to clarify that that is not the case. I do not believe in monetizing my repositories.
If you believe crypto-currencies are anything but a scam, I have a bridge to sell you.
But I'm not selling source code.