From 91c1e6cb3f19682d8c331b153c1fcd6d5f13fddb Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:10:19 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 25916cf..d63f488 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # .dotfiles My Arch Linux dotfiles. Most of them are personalized variants of the LARBS dotfiles. +## Required and Recommended Software +### Required +- lsd +- git +- tmux +- neovim +### Recommended +- sc-im + ## Migration of my dotfiles to other system ### set alias in .bashrc ```alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'``` From 2115c05495ae1cc1cc56ca2301f00dc10308f7a9 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:12:34 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d63f488..3bdea87 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,7 @@ My Arch Linux dotfiles. Most of them are personalized variants of the LARBS dotfiles. ## Required and Recommended Software -### Required -- lsd -- git -- tmux -- neovim -### Recommended -- sc-im +All requirements and recommendations get installed by my version of LARBS. ## Migration of my dotfiles to other system ### set alias in .bashrc From 12332cd0d56b62ffb41a0484a7987573ade7a410 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sat, 21 Mar 2020 13:10:35 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bdea87..f0dbc3d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ My Arch Linux dotfiles. Most of them are personalized variants of the LARBS dotf ## Required and Recommended Software All requirements and recommendations get installed by my version of LARBS. +To take a look at all the software it installs look at the progs.csv in my LARBS repository (https://github.com/TiynGER/larbs/blob/master/progs.csv) ## Migration of my dotfiles to other system ### set alias in .bashrc