Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions .config/install/Brewfile → .config/brew/Brewfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Taps
tap "homebrew/bundle"
tap "homebrew/cask-versions"
tap "homebrew/services"
tap "laishulu/homebrew"
tap "microsoft/git"
tap "nikitabobko/tap"

# CLI Tools
brew "bat"
Expand All @@ -24,16 +19,16 @@ brew "git"
brew "git-delta"
brew "go"
brew "gum"
brew "highlight"
brew "htop"
brew "httpie"
brew "jq"
brew "jsonlint"
brew "lua-language-server"
brew "luarocks"
brew "macism"
brew "neovim"
brew "node"
brew "nowplaying-cli"
brew "nowplaying-cli" if OS.mac?
brew "nvm"
brew "postgresql"
brew "prettierd"
Expand All @@ -44,9 +39,9 @@ brew "ripgrep"
brew "ripgrep-all"
brew "rust"
brew "selene"
brew "starship"
brew "shellcheck"
brew "sqlite3"
brew "starship"
brew "stow"
brew "tcl-tk"
brew "tmux"
Expand All @@ -57,23 +52,24 @@ brew "yarn"
brew "yazi"
brew "zlib"
brew "zoxide"
brew "zsh"

# Cask Applications
cask "aerospace"
cask "aerospace" if OS.mac?
cask "figma"
cask "font-3270-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "font-monaspice-nerd-font"
cask "font-sf-pro"
cask "font-sf-pro" if OS.mac?
cask "ghostty"
cask "google-chrome"
cask "imageoptim"
cask "imageoptim" if OS.mac?
cask "insomnia"
cask "keycastr"
cask "keycastr" if OS.mac?
cask "kitty"
cask "obsidian"
cask "pgadmin4"
cask "sf-symbols"
cask "sf-symbols" if OS.mac?
cask "spotify"
cask "visual-studio-code"
cask "zoom"
6 changes: 3 additions & 3 deletions .config/gh-dash/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
prSections:
- title: Opened
filters: is:open
filters: is:open is:pr involves:@me -author:@me
- title: Mine
filters: is:open is:pr author:@me
layout:
author:
hidden: true
Expand All @@ -9,8 +11,6 @@ prSections:
layout:
repo:
width: 6
- title: Involved
filters: is:open involves:@me -author:@me
issuesSections:
- title: My Issues
filters: is:open author:@me
Expand Down
1 change: 1 addition & 0 deletions .config/gh/extensions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dlvhdr/gh-dash
2 changes: 1 addition & 1 deletion .config/ghostty/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
theme = Catppuccin Macchiato
theme = Rose Pine Moon

shell-integration = zsh
shell-integration-features = cursor
Expand Down
Loading
Loading