You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
Setup and configuration for my terminal based developer workflow (MacOS/Ubuntu):
4
4
5
-
- Zsh for a shell
6
-
- Homebrew for shell tools
7
-
- mise for programming language runtimes (except Python)
8
-
-uv for Python runtime and virtual environments
9
-
- Neovim for text editing
10
-
- Stow for dotfiles management
5
+
-**Zsh** for a shell
6
+
-**Homebrew** for shell tools
7
+
-**mise** for programming language runtimes (except Python)
8
+
-**uv** for Python runtime and virtual environments
9
+
-**Neovim** for text editing
10
+
-**Stow** for dotfiles symlinking
11
11
12
12
This repo should be cloned into `$HOME` and set as `$XDG_CONFIG_HOME`. Many tools rely on setting this for the config stored in this repo to work. For other config that requires files in `$HOME` (such as `$HOME/.bashrc`) Stow is used to symlimk files.
0 commit comments