From fb9968a7495df4310eb7320e62bdb6fa4aeae3e6 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 6 Feb 2023 14:11:50 +0000 Subject: [PATCH] Add README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a01fb2c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +## Setup + +`git clone --bare https://git.filiprojek.cz/filiprojek/dotfiles $HOME/.dotfiles` +`echo "alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> .bashrc && source $HOME/.bashrc` \ No newline at end of file