dotfiles/README.md

39 lines
1.4 KiB
Markdown
Raw Normal View History

2021-12-17 23:02:45 -05:00
# dotfiles
### Configuration files for Arch Linux with bspwm and zenburn
2021-12-17 23:02:45 -05:00
```
git clone https://codeberg.org/acscott/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# list branches
2021-12-17 23:31:24 -05:00
git branch -a
2021-12-17 23:02:45 -05:00
# 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
2022-01-26 19:27:09 -05:00
#### Zenburn
2021-12-17 23:02:45 -05:00
![Desktop screenshot of the laptop-hidpi configuration](info/screenshots/screenshot.png)
2022-01-26 19:27:09 -05:00
#### Gruvbox
2021-12-17 23:02:45 -05:00
![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.