From 7dd577d356029c09a5e2b5844bfc7ed566004a06 Mon Sep 17 00:00:00 2001 From: ewy1 Date: Fri, 21 Mar 2025 16:06:40 +0100 Subject: add dotfiles as separate shell script instead of alias for easy setup --- .local/bin/dotfiles | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/bin/dotfiles (limited to '.local/bin') 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" $@ -- cgit v1.3