-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some (or maybe many) of these changes are old. I just never committed them. Realistically, I won't get around to creating focused, clean commits, so this commit is better than nothing.
- Loading branch information
Showing
16 changed files
with
54 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"layout": "splith", | ||
"nodes": [ | ||
{ | ||
"swallows": [{ "title": "^dmesg$" }] | ||
}, | ||
{ | ||
"swallows": [{ "title": "^journalctl$" }] | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
Binary file modified
BIN
+621 Bytes
(350%)
home/local/share/TelegramDesktop/tdata/dictionaries/custom
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/usr/bin/env bash | ||
|
||
workspace_exists=$(i3-msg -t get_workspaces | jq 'any (.name == "dmesg")') | ||
i3-msg 'workspace dmesg' | ||
[[ $workspace_exists == 'true' ]] && exit | ||
|
||
i3-msg -q 'append_layout ~/.config/i3/dmesg-workspace.json' | ||
|
||
xterm -title dmesg -e 'sudo dmesg --follow --human' & | ||
xterm -title journalctl -e 'journalctl --dmesg --follow -n 61 -o cat' & |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ nx sync --no-resolvemerge --no-commit | |
nx sync --no-resolvemerge --no-commit --no-pull | ||
nx copy --fast --all --to esgaroth | ||
nx copy --fast --all --to s3 | ||
nx copy --fast --all --to t5a | ||
nx copy --fast --all --to s5g | ||
nx copy --fast --all -J4 --to esgaroth | ||
mirrorlist=$(reflector --age 1 --latest 200 --sort rate -n 10) && sudo tee /etc/pacman.d/mirrorlist <<< "$mirrorlist" # generate new mirror list for pacman | ||
git check-attr --all | ||
|
@@ -63,7 +63,7 @@ latexmk -pdf -shell-escape | |
mbsync gmail && notmuch new | ||
mkcd $(date -I) | ||
mkdir -p delete-me && feh --action 'mv %N delete-me' . | ||
mount ~/t5a | ||
mount ~/s5g | ||
mount ~/v8x # mount my USB drive (this only works because of an entry in my fstab(5)) | ||
mount ~/v8x && { git pull usb; umount ~/v8x; } # pull from my USB drive | ||
mount ~/v8x && { git push usb; umount ~/v8x; } # push to my USB drive | ||
|
@@ -76,7 +76,7 @@ neomutt -s 'Hi.' '[email protected]' <<< '' | |
nohup xdg-open file &>/dev/null <&1 & | ||
nx describe esgaroth Esgaroth | ||
nx describe s3 'Amazon S3' | ||
nx describe t5a 'Toshiba USB HDD' | ||
nx describe s5g 'Samsung T7 Shield' | ||
nx initremote esgaroth type=rsync rsyncurl=esgaroth:DIR encryption=none | ||
nx initremote foo type=S3 --whatelse | ||
nx move --unused --to esgaroth | ||
|
@@ -107,7 +107,6 @@ sudo iw dev wlan0 scan | less | |
sudo pacman -D --asdeps PACKAGE | ||
sudo pacman -Syu | ||
sudo sysctl kernel.sysrq=1 | ||
sudo wpa_supplicant -i wlan0 -c ~/.wpa_supplicant.conf | ||
telnet mapscii.me | ||
trans :zh-TW -b - | s | ||
vim -u NONE | ||
|
This file contains 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