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:
I hereby claim:
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 |
# 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. |
{ | |
"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", |