- commit
- ab480b4
- parent
- 5a1fab2
- author
- xxwhirlpool
- date
- 2025-10-21 21:53:27 -0400 EDT
random
7 files changed,
+41,
-11
+2,
-0
1@@ -29,3 +29,5 @@ config/.local/bin/dotenv
2 config/.local/bin/icalendar
3 config/.local/bin/normalizer
4 config/.local/bin/x-wr-timezone
5+config/.config/micro/plug/
6+config/.local/bin/pylsp
+26,
-10
1@@ -1,6 +1,7 @@
2 # my dotfiles
3
4- 
5+
6+
7
8 <div align="left">
9 <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">
10@@ -11,29 +12,44 @@
11
12 ## info
13
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.
19
20-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.
21+speaking of catppuccin, my preferred flavor is frappe (but sometimes i'll use
22+latte). i generally like cute things in any form and love to make my weird
23+computer nerd things as cute as possible.
24
25 ## CLI and/or TUI program recs
26
27 some essential programs i use
28-- [micro](https://github.com/zyedidia/micro) - my main text editor and the only one in the fucking world with sensible keybindings
29+
30+- [micro](https://github.com/zyedidia/micro) - my main text editor and the only
31+ one in the fucking world with sensible keybindings
32 - [mpv](https://mpv.io/) - classic multimedia player
33 - [mullvad](https://mullvad.net/en/help/how-use-mullvad-cli) - VPN
34-- [magic-tape](https://gitlab.com/christosangel/magic-tape) - use and watch youtube
35+- [magic-tape](https://gitlab.com/christosangel/magic-tape) - use and watch
36+ youtube
37 - [fzf](https://github.com/junegunn/fzf) - fuzzy finder
38 - [glow](https://github.com/charmbracelet/glow) - (very cute) markdown reader
39-- [gum](https://github.com/charmbracelet/gum) - make your scripts adorable AND interactive, c'mon people!!!
40+- [gum](https://github.com/charmbracelet/gum) - make your scripts adorable AND
41+ interactive, c'mon people!!!
42 - [pandoc](https://pandoc.org/) - document conversion
43 - [gallery-dl](https://github.com/mikf/gallery-dl) - download web images in bulk
44 - [yt-dlp](https://github.com/yt-dlp/yt-dlp) - download videos
45
46-
47 ...and here's some more related programs i like a lot
48+
49 - [min](https://github.com/a-h/min) - gemini browser
50 - [epy](https://github.com/wustho/epy) - ePub reader
51-- [mklicense](https://github.com/cezaraugusto/mklicense) - generate open source license with customized details (as prompted)
52+- [mklicense](https://github.com/cezaraugusto/mklicense) - generate open source
53+ license with customized details (as prompted)
54 - [asciinema](https://github.com/asciinema/asciinema) - record terminal
55-- [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"
56-- [slides](https://github.com/maaslalani/slides) - markdown-powered terminal slides
57+- [pastel](https://github.com/sharkdp/pastel/) &
58+ [xcolor](https://soft.github.io/xcolor/) - just for the screen color picking
59+ functionality. i could use xcolor on its own but pastel gives a neat graphic
60+ for the color and the RGB and HSL values along with the hex code. i aliased
61+ this to "pick"
62+- [slides](https://github.com/maaslalani/slides) - markdown-powered terminal
63+ slides
+5,
-0
1@@ -1,5 +1,10 @@
2 {
3 "Alt-/": "lua:comment.comment",
4+ "Alt-d": "command:definition",
5+ "Alt-f": "command:format",
6+ "Alt-k": "command:hover",
7+ "Alt-r": "command:references",
8+ "CtrlSpace": "command:lspcompletion",
9 "CtrlUnderscore": "lua:comment.comment",
10 "F5": "lua:wc.wordCount"
11 }
+4,
-1
1@@ -1,5 +1,8 @@
2 {
3 "colorscheme": "catppuccin-frappe",
4 "softwrap": true,
5- "wordwrap": true
6+ "wordwrap": true,
7+ "lsp.server": "python=pyls,go=gopls,typescript=deno lsp,nix=nixd",
8+ "lsp.tabcompletion": true,
9+ "lsp.formatOnSave": true
10 }
+1,
-0
1@@ -0,0 +1 @@
2+experimental-features = nix-command flakes
+1,
-0
1@@ -3575,3 +3575,4 @@
2 👀 eyes looking
3 🫡 saluting salute face
4 🥹 face holding back tears pleading
5+â„¢ trademark tm
+2,
-0
1@@ -10,3 +10,5 @@
2 gpgsign = true
3 [tag]
4 gpgsign = true
5+[core]
6+ pager = "batcat --paging=always"