Update README

This commit is contained in:
Hoang Nguyen 2021-07-10 19:51:18 +03:00
parent 8cbbf48f1c
commit 885269893c
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 2 additions and 3 deletions

View File

@ -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)~~

View File

@ -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/