mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
|
# dotfiles
|
||
|
|
||
|
### Configuration files for Arch Linux with bspwm and a dark gruvbox theme
|
||
|
|
||
|
```
|
||
|
git clone https://codeberg.org/acscott/dotfiles.git ~/.dotfiles
|
||
|
cd ~/.dotfiles
|
||
|
# list branches
|
||
|
git branch -l
|
||
|
# 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
|
||
|
![Desktop screenshot of the laptop-hidpi configuration](info/screenshots/screenshot.png)
|
||
|
|
||
|
![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.
|