From 2eedd12df738338679f572456f301fc374b9a74f Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 2 Nov 2019 12:43:29 +0100 Subject: [PATCH] expanded README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7531b1d..da98054 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ Source: [https://www.atlassian.com/git/tutorials/dotfiles] +# Required tools +## Alacritty +Download from here: [https://github.com/jwilm/alacritty/releases] +```sh +dpkg -i Alacri* +``` +## bspwm +## sxhkd +## zsh +TODO needs some font +to permamently switch shell to zsh: +```sh +chsh -s $(which zsh) +``` +link configs to XDG_CONFIG_HOME +```sh +ln -s /home/marc/.config/zsh/.zshenv /home/marc/.zshenv +ln -s /home/marc/.config/zsh/.zshrc /home/marc/.zshrc +``` + # Initialization ```sh git init --bare $HOME/dotfiles