random

katproto.girlonthemoon.xyz ab480b49 5a1fab28

verified
Changed files
+41 -11
config
+2
.gitignore
··· 29 29 config/.local/bin/icalendar 30 30 config/.local/bin/normalizer 31 31 config/.local/bin/x-wr-timezone 32 + config/.config/micro/plug/ 33 + config/.local/bin/pylsp
+26 -10
README.md
··· 1 1 # my dotfiles 2 2 3 - ![lesbian badge](https://pride-badges.pony.workers.dev/static/v1?label=lesbian&labelColor=%23555&stripeWidth=6&stripeColors=D52D00%2CEF7627%2CFF9A56%2CFFFFFF%2CD162A4%2CB55690%2CA30262) ![trans rights](https://pride-badges.pony.workers.dev/static/v1?label=trans%20rights&stripeWidth=6&stripeColors=5BCEFA,F5A9B8,FFFFFF,F5A9B8,5BCEFA) 3 + ![lesbian badge](https://pride-badges.pony.workers.dev/static/v1?label=lesbian&labelColor=%23555&stripeWidth=6&stripeColors=D52D00%2CEF7627%2CFF9A56%2CFFFFFF%2CD162A4%2CB55690%2CA30262) 4 + ![trans rights](https://pride-badges.pony.workers.dev/static/v1?label=trans%20rights&stripeWidth=6&stripeColors=5BCEFA,F5A9B8,FFFFFF,F5A9B8,5BCEFA) 4 5 5 6 <div align="left"> 6 7 <img src="./misc/assets/pc-wall-2025_08_14.png" alt="desktop PC screen shot showing my custom new jeans hanni catppuccin wallpaper, and a sidebar made with conky that shows the weather, sunrise/sunset info, system statistics, and my last listened or currently playing song" width="800px"> ··· 11 12 12 13 ## info 13 14 14 - my distro of choice is [lubuntu](https://lubuntu.me/), less because it's good, and more because i'm used to it. i do like the LXQt desktop environment though, and have extensively customized it to fulfill my need to use [catppuccin](https://github.com/catppuccin/lxqt) everywhere. 15 + my distro of choice is [lubuntu](https://lubuntu.me/), less because it's good, 16 + and more because i'm used to it. i do like the LXQt desktop environment though, 17 + and have extensively customized it to fulfill my need to use 18 + [catppuccin](https://github.com/catppuccin/lxqt) everywhere. 15 19 16 - speaking of catppuccin, my preferred flavor is frappe (but sometimes i'll use latte). i generally like cute things in any form and love to make my weird computer nerd things as cute as possible. 20 + speaking of catppuccin, my preferred flavor is frappe (but sometimes i'll use 21 + latte). i generally like cute things in any form and love to make my weird 22 + computer nerd things as cute as possible. 17 23 18 24 ## CLI and/or TUI program recs 19 25 20 26 some essential programs i use 21 - - [micro](https://github.com/zyedidia/micro) - my main text editor and the only one in the fucking world with sensible keybindings 27 + 28 + - [micro](https://github.com/zyedidia/micro) - my main text editor and the only 29 + one in the fucking world with sensible keybindings 22 30 - [mpv](https://mpv.io/) - classic multimedia player 23 31 - [mullvad](https://mullvad.net/en/help/how-use-mullvad-cli) - VPN 24 - - [magic-tape](https://gitlab.com/christosangel/magic-tape) - use and watch youtube 32 + - [magic-tape](https://gitlab.com/christosangel/magic-tape) - use and watch 33 + youtube 25 34 - [fzf](https://github.com/junegunn/fzf) - fuzzy finder 26 35 - [glow](https://github.com/charmbracelet/glow) - (very cute) markdown reader 27 - - [gum](https://github.com/charmbracelet/gum) - make your scripts adorable AND interactive, c'mon people!!! 36 + - [gum](https://github.com/charmbracelet/gum) - make your scripts adorable AND 37 + interactive, c'mon people!!! 28 38 - [pandoc](https://pandoc.org/) - document conversion 29 39 - [gallery-dl](https://github.com/mikf/gallery-dl) - download web images in bulk 30 40 - [yt-dlp](https://github.com/yt-dlp/yt-dlp) - download videos 31 41 42 + ...and here's some more related programs i like a lot 32 43 33 - ...and here's some more related programs i like a lot 34 44 - [min](https://github.com/a-h/min) - gemini browser 35 45 - [epy](https://github.com/wustho/epy) - ePub reader 36 - - [mklicense](https://github.com/cezaraugusto/mklicense) - generate open source license with customized details (as prompted) 46 + - [mklicense](https://github.com/cezaraugusto/mklicense) - generate open source 47 + license with customized details (as prompted) 37 48 - [asciinema](https://github.com/asciinema/asciinema) - record terminal 38 - - [pastel](https://github.com/sharkdp/pastel/) & [xcolor](https://soft.github.io/xcolor/) - just for the screen color picking functionality. i could use xcolor on its own but pastel gives a neat graphic for the color and the RGB and HSL values along with the hex code. i aliased this to "pick" 39 - - [slides](https://github.com/maaslalani/slides) - markdown-powered terminal slides 49 + - [pastel](https://github.com/sharkdp/pastel/) & 50 + [xcolor](https://soft.github.io/xcolor/) - just for the screen color picking 51 + functionality. i could use xcolor on its own but pastel gives a neat graphic 52 + for the color and the RGB and HSL values along with the hex code. i aliased 53 + this to "pick" 54 + - [slides](https://github.com/maaslalani/slides) - markdown-powered terminal 55 + slides
+5
config/.config/micro/bindings.json
··· 1 1 { 2 2 "Alt-/": "lua:comment.comment", 3 + "Alt-d": "command:definition", 4 + "Alt-f": "command:format", 5 + "Alt-k": "command:hover", 6 + "Alt-r": "command:references", 7 + "CtrlSpace": "command:lspcompletion", 3 8 "CtrlUnderscore": "lua:comment.comment", 4 9 "F5": "lua:wc.wordCount" 5 10 }
+4 -1
config/.config/micro/settings.json
··· 1 1 { 2 2 "colorscheme": "catppuccin-frappe", 3 3 "softwrap": true, 4 - "wordwrap": true 4 + "wordwrap": true, 5 + "lsp.server": "python=pyls,go=gopls,typescript=deno lsp,nix=nixd", 6 + "lsp.tabcompletion": true, 7 + "lsp.formatOnSave": true 5 8 }
+1
config/.config/nix/nix.conf
··· 1 + experimental-features = nix-command flakes
+1
config/.config/shmoji/emojis.txt
··· 3575 3575 👀 eyes looking 3576 3576 🫡 saluting salute face 3577 3577 🥹 face holding back tears pleading 3578 + ™ trademark tm
+2
config/.gitconfig
··· 10 10 gpgsign = true 11 11 [tag] 12 12 gpgsign = true 13 + [core] 14 + pager = "batcat --paging=always"