From 885269893c56968a995c778a3d21ad5106a984c3 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sat, 10 Jul 2021 19:51:18 +0300 Subject: [PATCH] Update README --- README.md | 4 +--- deploy.sh | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96bdc97..290a83c 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,10 @@ => is bloated (I use a lot of programs, sometimes just to try out) => yet clean (follow XDG base directory specification) => for [bspwm](https://github.com/baskerville/bspwm), [spectrwm](https://github.com/conformal/spectrwm), [exwm](https://github.com/ch11ng/exwm), [sway](https://github.com/swaywm/sway), [wayfire](https://github.com/WayfireWM/wayfire), [river](https://github.com/ifreund/river), [hikari](https://hikari.acmelabs.space/) - => and features [Nord](https://github.com/arcticicestudio/nord) and [OneDark](https://github.com/joshdick/onedark.vim) colorschemes + => and features [Nord](https://github.com/arcticicestudio/nord) + [OneDark](https://github.com/joshdick/onedark.vim) colorschemes ![sway](assets/sway.png) -> zsh requires adding `export ZDOTDIR=$HOME/.config/zsh` to **/etc/zsh/zshenv** - ### :clipboard: TODO - [ ] ~~Additional palette: [Material](https://material-theme.site/) / [Ayu](https://github.com/ayu-theme/ayu-colors)~~ diff --git a/deploy.sh b/deploy.sh index 032f7a6..ac3359b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -22,6 +22,7 @@ case ${shell} in cp -rfv ./home/.local/share/bash/ ~/.local/share/bash/ ;; zsh) + # Need to add `export ZDOTDIR=$HOME/.config/zsh` to /etc/zsh/zshenv cp -rfv ./home/.bashrc ~/.bashrc cp -rfv ./home/.config/zsh/ ~/.config/zsh/ cp -rfv ./home/.local/share/zsh/ ~/.local/share/zsh/