mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
Update README
This commit is contained in:
parent
bc7bdb2bdc
commit
e6e5b3149f
@ -11,12 +11,10 @@
|
|||||||
=> is bloated (I use a lot of programs, sometimes just to try out)
|
=> is bloated (I use a lot of programs, sometimes just to try out)
|
||||||
=> yet clean (follow XDG base directory specification)
|
=> 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/)
|
=> 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)
|
![sway](assets/sway.png)
|
||||||
|
|
||||||
> zsh requires adding `export ZDOTDIR=$HOME/.config/zsh` to **/etc/zsh/zshenv**
|
|
||||||
|
|
||||||
### :clipboard: TODO
|
### :clipboard: TODO
|
||||||
|
|
||||||
- [ ] ~~Additional palette: [Material](https://material-theme.site/) / [Ayu](https://github.com/ayu-theme/ayu-colors)~~
|
- [ ] ~~Additional palette: [Material](https://material-theme.site/) / [Ayu](https://github.com/ayu-theme/ayu-colors)~~
|
||||||
|
@ -22,6 +22,7 @@ case ${shell} in
|
|||||||
cp -rfv ./home/.local/share/bash/ ~/.local/share/bash/
|
cp -rfv ./home/.local/share/bash/ ~/.local/share/bash/
|
||||||
;;
|
;;
|
||||||
zsh)
|
zsh)
|
||||||
|
# Need to add `export ZDOTDIR=$HOME/.config/zsh` to /etc/zsh/zshenv
|
||||||
cp -rfv ./home/.bashrc ~/.bashrc
|
cp -rfv ./home/.bashrc ~/.bashrc
|
||||||
cp -rfv ./home/.config/zsh/ ~/.config/zsh/
|
cp -rfv ./home/.config/zsh/ ~/.config/zsh/
|
||||||
cp -rfv ./home/.local/share/zsh/ ~/.local/share/zsh/
|
cp -rfv ./home/.local/share/zsh/ ~/.local/share/zsh/
|
||||||
|
Loading…
Reference in New Issue
Block a user