remove stow-local-ignore, add git config

This commit is contained in:
krolxon 2025-08-16 21:34:18 +05:30
parent 77e9bf0141
commit 9226cefdd3
4 changed files with 10 additions and 3 deletions

8
.config/git/config Normal file
View File

@ -0,0 +1,8 @@
[user]
email = krolyxon@tutanota.com
name = krolxon
[init]
defaultBranch = master
[push]
autosetupremote = true

View File

@ -6,7 +6,6 @@
alias \
ls='ls -hN --group-directories-first --color=auto' \
lsa='ls -lAhN --group-directories-first --color=auto' \
dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \
lf="yazi" \
nb="newsboat" \
sxiv="nsxiv" \
@ -43,7 +42,7 @@ alias \
gp='git push' \
gC='git clone'
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
ec() {find ~/.config \( -type f -o -type l \) | fzf | xargs -r $EDITOR}
es() { cd ~/.local/bin; $EDITOR $(fzf) ;}
ef() {fzf | xargs -r -I % $EDITOR % ;}
of() {fzf | xargs -r -I % xdg-open % ; }

View File

@ -1 +0,0 @@
.git

1
README.md Normal file
View File

@ -0,0 +1 @@
# Dotfiles