Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am xithrius on github.
  • I am xithrius (https://keybase.io/xithrius) on keybase.
  • I have a public key ASDf4a8TbXwvrcIdN3lntT5OFxTJIksDVGm-q93aEaPO-Ao

To claim this, I am signing this object:

# My attempt at the entire archlinux install on one script as documentation. Don't actually run this lol.
# I'm not including keyboard layouts because no.
# If you don't have this, boot correctly dammit.
ls /sys/firmware/efi/efivars
# Enter iwctl to setup the wifi.
iwctl
# Get the device names
device list
@Xithrius
Xithrius / .zshrc
Last active December 30, 2020 19:20
zsh config
# https://github.com/rupa/z/
. /usr/share/z/z.sh
# Paths
export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH=/home/xithrius/.local/bin:$PATH
export PATH=/home/xithrius/.emacs.d/bin:$PATH
export PIPENV_IGNORE_VIRTUALENVS=1
# Path to your oh-my-zsh installation.
@Xithrius
Xithrius / settings.json
Last active March 3, 2022 22:57
My Visual Studio Code settings.
{
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.suggestSelection": "first",
"editor.fontFamily": "Fira Code",
"editor.cursorBlinking": "expand",
"editor.tabCompletion": "on",
"editor.autoClosingQuotes": "always",