dotfiles/README.md
2022-10-23 16:52:37 -04:00

38 lines
1.4 KiB
Markdown

# dotfiles
### Configuration files for Arch Linux with bspwm and zenburn
```
git clone https://codeberg.org/acscott/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# list branches
git branch -a
# checkout desired branch
git checkout <branch>
# update install.sh as needed, then run it
./install.sh
```
Note that laptop labeled branches can also be used for single monitor
desktops. The difference is that they have Thinkpad specific keybinds for some
function keys (sxhkdrc), and the screen dims when idle (xidlehook in bspwmrc).
If something goes wrong, the install.sh script creates backups
in ~/dotfiles_backup. The script is simple enough that it should be
easily editable, but obviously feel free to copy or symlink the
files how you see fit.
### laptop-hidpi configuration
#### Zenburn
![Desktop screenshot of the laptop-hidpi configuration](info/screenshots/screenshot.png)
#### Gruvbox
![Desktop screenshot of the laptop-hidpi configuration](info/screenshots/screenshot2.png)
[Wallpaper](https://www.reddit.com/r/wallpaper/comments/ll1gov/arch_gruvbox_wallpaper_v2_dark_light_3840x2160/ "Wallpaper")
### dual-monitor-fhd configuration
![Desktop sceenshot of the dual-monitor-fhd configuration](info/screenshots/dual-monitor-screenshot.png)
[Wallpaper](https://www.wallpaperflare.com/minimalism-gruvbox-wallpaper-qcaln "Wallpaper")
Licensed under the [MIT License](LICENSE) unless otherwise noted here, or by placing a separate license in a directory.