diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-03-21 16:06:40 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-03-21 16:06:40 +0100 |
| commit | 7dd577d356029c09a5e2b5844bfc7ed566004a06 (patch) | |
| tree | df99318f66b0d0018f2d9f67cbd10c6b901c4dc0 /.local/bin | |
| parent | 332b8f17a3f043a2c399341cde7679a850f9770a (diff) | |
add dotfiles as separate shell script instead of alias for easy setup
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/dotfiles | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles new file mode 100755 index 0000000..193a019 --- /dev/null +++ b/.local/bin/dotfiles @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" $@ |
