This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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...." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |