5 Commits

Author SHA1 Message Date
3a5e73a41e Geany config changes 2026-03-15 14:32:42 +05:30
8cb7d0ef2c Change wezterm config file path 2026-03-15 14:32:42 +05:30
cd52f62b81 remove copilot from master 2026-03-15 14:21:59 +05:30
b9556c9ffb ignore lazy lock 2026-03-15 14:21:59 +05:30
4b520d8ff3 Ignore fonts in mac stow 2026-03-15 14:21:43 +05:30
8 changed files with 8 additions and 7 deletions

View File

@@ -172,6 +172,6 @@ fi
# interactive shell.
# Example command:
source ~/.config/shell/common
source ~/.config/shell/personal #added by 6500gitsetup
source ~/.config/shell/aliases
source ~/dotfiles/shell/common
source ~/dotfiles/shell/personal #added by 6500gitsetup
source ~/dotfiles/shell/aliases

1
fonts/.stow-local-ignore Normal file
View File

@@ -0,0 +1 @@
.*

1
shell/.stow-local-ignore Normal file
View File

@@ -0,0 +1 @@
.*

View File

@@ -111,10 +111,9 @@ source <(fzf --zsh)
export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
source ~/.config/shell/common
source ~/.config/shell/personal
source ~/.config/shell/aliases
source $HOME/dotfiles/shell/common
source $HOME/dotfiles/shell/personal
source $HOME/dotfiles/shell/aliases
MANPAGER="col -b | cat"
MANROFFOPT="-P-c"
eval "$(zoxide init zsh)"