xsession: split from bspwm, update README.md and check_dependencies.sh
This commit is contained in:
parent
5727e29795
commit
5f6e9f2463
17
README.md
17
README.md
@ -34,18 +34,21 @@ that you have required programs in your `PATH` with
|
|||||||
$ sh check_dependencies.sh
|
$ sh check_dependencies.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run
|
For [qtile](http://www.qtile.org/) configuration run
|
||||||
|
|
||||||
```
|
```
|
||||||
$ stow -v alacritty bspwm music shell tmux
|
$ stow -v alacritty xsession qtile music shell tmux
|
||||||
```
|
```
|
||||||
|
|
||||||
but if you want *i3* config (left as a fallback) instead of *bspwm*
|
For [bspwm](https://github.com/baskerville/bspwm) configuration run
|
||||||
then *also* run
|
|
||||||
|
```
|
||||||
|
$ stow -v alacritty xsession bspwm music shell tmux
|
||||||
|
```
|
||||||
|
|
||||||
|
but if you want [i3](https://i3wm.org/) config (left as a fallback)
|
||||||
|
instead of *qtile* or *bspwm* then *also* run
|
||||||
|
|
||||||
```
|
```
|
||||||
$ stow -v i3
|
$ stow -v i3
|
||||||
```
|
```
|
||||||
|
|
||||||
Watch this video for a demo of using `stow` to manage dotfiles:
|
|
||||||
https://www.youtube.com/watch?v=TG_R7lpR2zU
|
|
||||||
|
@ -1,6 +1,22 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo '# bspwm:'
|
echo '# qtile:'
|
||||||
|
for CMD in \
|
||||||
|
alacritty \
|
||||||
|
qtile \
|
||||||
|
emacsclient \
|
||||||
|
slock \
|
||||||
|
setxkbmap \
|
||||||
|
systemctl \
|
||||||
|
xmodmap \
|
||||||
|
xrdb \
|
||||||
|
xsetroot \
|
||||||
|
xsettingsd \
|
||||||
|
rofi; do
|
||||||
|
which "$CMD"
|
||||||
|
done
|
||||||
|
|
||||||
|
echo -e '\n# bspwm:'
|
||||||
for CMD in \
|
for CMD in \
|
||||||
alacritty \
|
alacritty \
|
||||||
bspc \
|
bspc \
|
||||||
@ -28,7 +44,7 @@ for CMD in \
|
|||||||
which "$CMD"
|
which "$CMD"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo '\n# bspwm (optional):'
|
echo -e '\n# bspwm (optional):'
|
||||||
for CMD in \
|
for CMD in \
|
||||||
firefox \
|
firefox \
|
||||||
mpc \
|
mpc \
|
||||||
@ -40,7 +56,7 @@ for CMD in \
|
|||||||
which "$CMD"
|
which "$CMD"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo '\n# shell:'
|
echo -e '\n# shell:'
|
||||||
for CMD in emacsclient zsh; do
|
for CMD in emacsclient zsh; do
|
||||||
which "$CMD"
|
which "$CMD"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user