From 03384f03f9210870b222654017d6da275846a266 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] 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'```