diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..bee4bef --- /dev/null +++ b/.config/git/config @@ -0,0 +1,8 @@ +[user] + email = krolyxon@tutanota.com + name = krolxon +[init] + defaultBranch = master + +[push] + autosetupremote = true diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index dd22538..7a8e6c5 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -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 % ; } diff --git a/.stow-local-ignore b/.stow-local-ignore deleted file mode 100644 index 6b8710a..0000000 --- a/.stow-local-ignore +++ /dev/null @@ -1 +0,0 @@ -.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..62ac67e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Dotfiles