- commit
- f82bf26
- parent
- 0c19d1e
- author
- chasinglightning
- date
- 2025-06-04 19:37:07 -0400 EDT
update readme; minor bashrc fix
2 files changed,
+11,
-13
+9,
-13
1@@ -5,28 +5,24 @@ i usually use the catppuccin (specifically frappe, sometimes latte) themes where
2 ### install
3
4 ```bash
5-git clone https://git.sr.ht/~chasinglightning/dotfiles
6+git clone https://git.sr.ht/~chasinglightning/dotfiles # or wherever you found this from
7
8 chmod +x stow.sh
9
10 ./stow.sh
11 ```
12
13-### misc
14+### CLI and/or TUI program recs
15
16-here's some CLI apps i like a lot
17+some essential programs i use
18+- [micro](https://github.com/zyedidia/micro) - my main text editor and the only one in the fucking world with sensible keybindings
19+- [mpv](https://mpv.io/) - classic multimedia player
20+- [mullvad](https://mullvad.net/en/help/how-use-mullvad-cli) - VPN
21+
22+...and here's some more CLI apps i like a lot
23 - [min](https://github.com/a-h/min) - gemini browser
24-- [lyrics-in-terminal](https://github.com/Jugran/lyrics-in-terminal/) - well, yeah
25 - [epy](https://github.com/wustho/epy) - epub reader
26-- [movie](https://github.com/mayankchd/movie) - quick movie info, good for plex/jellyfin
27-- [doing](https://github.com/ttscoff/doing) - task management / to-do list
28 - [mklicense](https://github.com/cezaraugusto/mklicense) - generate open source license with customized details (as prompted)
29-- [micro](https://github.com/zyedidia/micro) - finally stop using nano fucking loser
30 - [asciinema](https://github.com/asciinema/asciinema) - record terminal
31-- [mdlt](https://github.com/metadelta/mdlt) - do math in terminal
32-- [ddgr](https://github.com/jarun/ddgr) - duckduckgo search
33-- [gdown](https://github.com/wkentaro/gdown) - google drive CLI downloader, bypasses google things that curl/wget sometimes can't
34-- [idea](https://github.com/IonicaBizau/idea) - jotting down quick ideas and listing them in a table
35-- [arttime](https://github.com/poetaman/arttime) - timer/clock with gorgeous ASCII art that you can add to. i added newjeans ASCII art. it's incredible.
36-- [taskbook](https://github.com/klaudiosinani/taskbook) - to-do list and task management
37 - [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"
38+
+2,
-0
1@@ -118,6 +118,7 @@ fi
2
3 alias nano=micro
4 alias sudo="sudo "
5+alias pick="pastel pick"
6
7 eval "$(starship init bash)"
8
9@@ -143,3 +144,4 @@ pomodoro () {
10 alias quick="pomodoro 'quick'"
11 alias work="pomodoro 'work'"
12 alias break="pomodoro 'break'"
13+. "$HOME/.cargo/env"