25 lines
454 B
Markdown
25 lines
454 B
Markdown
Lupan's config files
|
|
====================
|
|
|
|
To reproduce my environment clone this repo into `~/dotfiles` check
|
|
that you have required programs in your PATH with
|
|
|
|
```
|
|
$ sh check_dependencies.sh
|
|
```
|
|
|
|
and run
|
|
|
|
```
|
|
$ stow -v alacritty bspwm music shell tmux
|
|
```
|
|
|
|
if you want i3 instead of bspwm (left as a fallback) *also* run
|
|
|
|
```
|
|
$ stow -v i3
|
|
```
|
|
|
|
Watch this video for a demo of using `stow` to manage dotfiles:
|
|
https://www.youtube.com/watch?v=TG_R7lpR2zU
|