Compare commits

...

2 Commits

Author SHA1 Message Date
5ff338aaef Add config alias 2025-04-17 11:16:11 -07:00
55d91976cb Update gitignore 2025-04-17 11:14:09 -07:00
2 changed files with 12 additions and 1 deletions

12
.gitignore vendored
View File

@ -1 +1,11 @@
/**
# Ignore all
*
# Except
!.gitignore
!.zshrc
!.config/hypr
!.config/nvim/init.lua
!.config/nvim/lua/*
!.config/tmux
!.config/waybar

1
.zshrc
View File

@ -185,3 +185,4 @@ export BROWSER="firefox"
### Aliases
alias svim="sudo -E -s nvim"
alias config='/usr/bin/git --git-dir=$HOME/.git/ --work-tree=$HOME'