From aad9904df206361e4da5d5afb173f15291d382f8 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:47:35 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d0b5b5..1e924d8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # Some Notes __ To be worked into a setup script at some point __ ## Use SSH to clone repo +``` git clone git@github.com:sebaschi/dotfiles.git ~/.dotfiles +``` ## Symlink files to correct locations ``` -ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig +ln -s ~/dotfiles/git/gitconfig ~/.gitconfig ``` ``` -ln -s ~/.dotfiles/vim/vimrc ~/.vimrc +ln -s ~/dotfiles/vim/vimrc ~/.vimrc ``` ``` -ln -s ~/.dotfiles/bash/bashrc ~/.bashrc +ln -s ~/dotfiles/bash/bashrc ~/.bashrc ``` ## Apps/Tools I use * 'exa' as replacement for 'ls' From 0cedb898e4fe0fb23acb85895a0f875410d892f6 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:48:49 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e924d8..c63d2ed 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ git clone git@github.com:sebaschi/dotfiles.git ~/.dotfiles ## Symlink files to correct locations ``` -ln -s ~/dotfiles/git/gitconfig ~/.gitconfig +ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig ``` ``` -ln -s ~/dotfiles/vim/vimrc ~/.vimrc +ln -s ~/.dotfiles/vim/vimrc ~/.vimrc ``` ``` -ln -s ~/dotfiles/bash/bashrc ~/.bashrc +ln -s ~/.dotfiles/bash/bashrc ~/.bashrc ``` ## Apps/Tools I use * 'exa' as replacement for 'ls'