Initial commit: fish config, git identity, dot alias

This commit is contained in:
2026-07-03 23:10:10 -04:00
commit 4a0e382494
4 changed files with 20 additions and 0 deletions

7
.config/fish/config.fish Normal file
View File

@@ -0,0 +1,7 @@
source /usr/share/cachyos-fish-config/cachyos-config.fish
# overwrite greeting
# potentially disabling fastfetch
#function fish_greeting
# # smth smth
#end

View File

@@ -0,0 +1,4 @@
function dot --wraps=git --description 'Manage dotfiles via a bare repo checked out over $HOME'
git --git-dir=$HOME/.dotfiles --work-tree=$HOME $argv
end
complete -c dot -w git

3
.gitconfig Normal file
View File

@@ -0,0 +1,3 @@
[user]
name = alexion
email = contact@alexion.dev

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.dotfiles
.DS_Store
*.swp
*.swo
*~
Thumbs.db