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: pages/uses.md
+23-27Lines changed: 23 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,44 +5,40 @@ permalink: /uses/
5
5
6
6
# My Setup
7
7
8
-
The tools, applications, and hardware I use for development and daily work.
9
-
10
-
Hello there! I often get asked about the tools and resources I use for my work. So, I've decided to create this page to list most stuff I use in my day-to-day life as a software developer. This includes most important items from my hardware setup, to the software tools I use. I hope you find it helpful!
11
-
12
8
## Software
13
9
14
-
-**[Firefox](https://www.mozilla.org/en-US/firefox/new/)**: This is my primary browser.
15
-
-**[Obsidian](https://obsidian.md/)**: This is my primary note-taking app.
16
-
-**[Timing](https://timingapp.com/)**: This is my time tracking app.
17
-
-**[CleanShot X](https://cleanshot.com/)**: This is my screenshot app.
18
-
-**[Raycast](https://www.raycast.com/)**: This is my app launcher/window manager.
-**[Neovim](https://neovim.io/)**: This is my primary editor. You can find the configuration in my [dotfiles](https://github.com/cb341/dotfiles/tree/main/.config/nvim).
23
-
-**[VSCode](https://code.visualstudio.com/)**: This is my editor when neovim breaks.
18
+
-**[Neovim 11](https://neovim.io/)** (stable): Primary editor. Config in [dotfiles](https://github.com/cb341/dotfiles/tree/main/nvim).
19
+
-**[Vim](https://www.vim.org/)**: When neovim breaks.
24
20
25
21
## Terminal
26
22
27
-
-**[Ghostty](https://ghostty.org/)**: This is my terminal on macOS.
28
-
-**[Alacritty](https://github.com/alacritty/alacritty)**: This is my primary terminal on Linux. You can find the configuration in my [dotfiles](https://github.com/cb341/dotfiles/blob/main/.config/alacritty/alacritty.toml).
29
-
-**[LazyGit](https://github.com/jesseduffield/lazygit)**: This is my git client. You can find the configuration in my [dotfiles](https://github.com/cb341/dotfiles/blob/main/lazygit/config.yml)
30
-
-**[Zsh](https://ohmyz.sh/)**: This is my shell. You can find the configuration in my [dotfiles](https://github.com/cb341/dotfiles/blob/main/.zshrc)
31
-
-**[Tmux](https://github.com/tmux/tmux/wiki)**: This is my terminal multiplexer. You can find the configuration in my [dotfiles](https://github.com/cb341/dotfiles/blob/main/.tmux.conf)
32
-
-**[GitHub CLI](https://cli.github.com/)**: Used on a daily basis to initialize repositories, create PRs
23
+
-**[iTerm2](https://iterm2.com/)**: Terminal on macOS. Tried alacritty, ghostty, warp, kitty, terminal.app.
24
+
-**[Zsh](https://www.zsh.org/)**: Shell. Config in [dotfiles](https://github.com/cb341/dotfiles/blob/main/.zshrc).
25
+
-**[LazyGit](https://github.com/jesseduffield/lazygit)**: Git client. Config in [dotfiles](https://github.com/cb341/dotfiles/blob/main/lazygit/config.yml).
26
+
-**[GNU Coreutils](https://www.gnu.org/software/coreutils/)**: The basics.
27
+
-**[GitHub CLI](https://cli.github.com/)**: Daily driver for repos and PRs.
33
28
34
29
## Gear
35
30
36
-
-**[Keychron K2 HE](https://www.keychron.com/pages/keychron-k2-he-landing-page)**: This is my preferred keyboard.
37
-
-**[Asus PG32UQ](https://www.asus.com/Displays-Desktops/Monitors/All-series/ROG-SWIFT-PG32UQ/)**: This is a 4k, 120hz monitor.
38
-
-**[Audioengine A2+](https://audioengineusa.com/shop/wirelessspeakers/a2-wireless-computer-speakers/)**: These are my speakers.
39
-
-**[Secretlab Chair](https://www.secretlab.co/)**: This is my home office chair.
40
-
-**[M1 Pro MacBook Pro](https://www.apple.com/macbook-pro-14-and-16/)**: This is my primary development machine.
-**[XG49VQ](https://rog.asus.com/ch-en/monitors/above-34-inches/rog-strix-xg49vq-model/)** (ultrawide): The tailwindcss monitor.
34
+
-**[M1 Pro MacBook Pro](https://www.apple.com/macbook-pro-14-and-16/)**: Primary machine.
41
35
42
36
## PC
43
37
38
+
Currently not in use — primary workflow is macOS. Sometimes booting into **[Arch Linux](https://archlinux.org/)** (btw) for Rust builds and learning. Looking forward to building a proper Linux Threadripper workstation someday.
0 commit comments