My Linux configs (managed w/ chezmoi)
Find a file
2022-10-23 17:21:19 -04:00
bin Default to 1080p 2022-10-23 17:21:18 -04:00
config Show icons in rofi app menu 2022-10-23 17:21:19 -04:00
emacs.d Rebase conflicts resolve 2022-10-23 17:19:34 -04:00
info Added vimix themes from AUR 2022-03-15 18:47:36 -04:00
.gitignore Initial commit 2021-12-17 23:02:45 -05:00
.gitignore.dual-monitor-fhd Initial commit 2021-12-17 23:02:45 -05:00
.gitignore.laptop-hidpi Initial commit 2021-12-17 23:02:45 -05:00
.gitignore.main Update .gitignore.main 2022-10-23 16:49:10 -04:00
.gitignore.single-monitor Resolve conflicts from git rebase maiN 2022-10-23 17:19:33 -04:00
.gitignore.single-monitor-fhd Initial commit 2021-12-17 23:02:45 -05:00
bash_profile Initial commit 2021-12-17 23:02:45 -05:00
bashrc Rebase 2022-10-23 17:21:16 -04:00
install.sh Update install.sh 2022-10-23 17:21:18 -04:00
LICENSE Initial commit 2021-12-17 23:02:45 -05:00
profile Rebase 2022-10-23 17:21:16 -04:00
README.md Updated screenshots for zenburn theme 2022-01-26 19:27:09 -05:00
vimrc Initial commit 2021-12-17 23:02:45 -05:00
xinitrc Resolve conflicts from git rebase maiN 2022-10-23 17:19:33 -04:00
Xresources Merged zenburn and gruvbox colors to same Xresources 2022-10-23 17:21:18 -04:00

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

Gruvbox

Desktop screenshot of the laptop-hidpi configuration Wallpaper

dual-monitor-fhd configuration

Desktop sceenshot of the dual-monitor-fhd configuration Wallpaper

Licensed under the MIT License unless otherwise noted here, or by placing a separate license in a directory.