repos / dotfiles

my dotfiles

commit
3737418
parent
89eed5f
author
Eric Bower
date
2025-09-13 23:22:16 -0400 EDT
refactor: notes
15 files changed,  +42, -28
D dot_config/electron-flags.conf
+0, -2
1@@ -1,2 +0,0 @@
2---enable-features=UseOzonePlatform
3---ozone-platform=wayland
M dot_config/fish/config.fish
+1, -1
1@@ -29,7 +29,7 @@ abbr -a pushall "git remote | xargs -I R git push R"
2 abbr -a scratch nvim ~/scratch.md
3 abbr -a rcp rsync -avzu --progress
4 abbr -a sway sway --unsupported-gpu
5-abbr -a tre "eza --tree --color=always --git-ignore -L 2"
6+abbr -a tre "tree -CF --dirsfirst -L2"
7 abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
8 abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
9 abbr -a ash "autossh -M 0"
D dot_config/libinput-gestures.conf
+0, -5
1@@ -1,5 +0,0 @@
2-# Cycle right through sway workspaces
3-gesture: swipe right 3 swaymsg focus right
4-
5-# Cycle left through sway workspaces
6-gesture: swipe left 3 swaymsg focus left
M dot_config/sway/config
+0, -2
1@@ -184,5 +184,3 @@ exec_always {
2 
3 # notifications
4 exec mako
5-# swipe gestures
6-exec libinput-gestures-setup autostart start
D notes/apk.txt
+0, -1
1@@ -1 +0,0 @@
2-apk add xxx --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
M notes/arch.txt
+12, -1
 1@@ -1,19 +1,30 @@
 2 bemenu-wayland
 3+fd
 4 fish
 5 foot
 6 fzf
 7 git
 8+go
 9+gopls
10 imv
11 jq
12 keychain
13+mako
14+mandb
15+ncdu
16+nodejs
17 noto-fonts
18 noto-fonts-emoji
19+npm
20 openssh
21 pass
22 pass-otp
23+podman
24 ripgrep
25 rsync
26 sway
27-tmux
28+tree-sitter
29+tree-sitter-cli
30 ttf-noto-nerd
31+waybar
32 xorg-xwayland
D notes/browser.txt
+0, -1
1@@ -1 +0,0 @@
2-xdg-settings set default-web-browser firefox.desktop
A notes/cmds.txt
+14, -0
 1@@ -0,0 +1,14 @@
 2+# alpine
 3+
 4+apk add xxx --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
 5+
 6+# networking
 7+
 8+tcpdump -i <interface>
 9+tcpdump -i <interface> arp -n -vvv
10+ip a | grep inet
11+
12+# keys
13+
14+ssh-keygen -t ed25519 -C "<host>@erock.io"
15+gpg --full-generate-key
D notes/gen-keys.txt
+0, -2
1@@ -1,2 +0,0 @@
2-ssh-keygen -t ed25519 -C "<host>@erock.io"
3-gpg --full-generate-key
D notes/git-servers.txt
+0, -3
1@@ -1,3 +0,0 @@
2-git:/repos/<repo>.git
3-git@github.com:neurosnap/<repo>.git
4-git@git.sr.ht:~erock/<repo>
D notes/networking.txt
+0, -3
1@@ -1,3 +0,0 @@
2-tcpdump -i <interface>
3-tcpdump -i <interface> arp -n -vvv
4-ip a | grep inet
D notes/pico.txt
+0, -3
1@@ -1,3 +0,0 @@
2-# pico global
3-
4-https://www.netcup.com/en/server/arm-server/vps-1000-arm-g11-iv-mnz#vps-1000-arm-g11-ams-iv
D notes/printer.txt
+0, -3
1@@ -1,3 +0,0 @@
2-https://wiki.archlinux.org/title/CUPS
3-https://aur.archlinux.org/packages/brother-hll2370dw
4-http://localhost:631/admin
D notes/query-ip.txt
+0, -1
1@@ -1 +0,0 @@
2-http://ip-api.com/json
A notes/urls.txt
+15, -0
 1@@ -0,0 +1,15 @@
 2+# git
 3+
 4+git:/repos/<repo>.git
 5+git@github.com:neurosnap/<repo>.git
 6+git@git.sr.ht:~erock/<repo>
 7+
 8+# ip
 9+
10+http://ip-api.com/json
11+
12+# printer
13+
14+https://wiki.archlinux.org/title/CUPS
15+https://aur.archlinux.org/packages/brother-hll2370dw
16+http://localhost:631/admin