Initial commit: fish config, git identity, dot alias
This commit is contained in:
7
.config/fish/config.fish
Normal file
7
.config/fish/config.fish
Normal 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
|
||||||
4
.config/fish/functions/dot.fish
Normal file
4
.config/fish/functions/dot.fish
Normal 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
3
.gitconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = alexion
|
||||||
|
email = contact@alexion.dev
|
||||||
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.dotfiles
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user