My Linux configs (managed w/ chezmoi)
Find a file
2022-11-08 17:19:35 -05:00
bin Fix rebase conflicts 2022-01-04 17:28:37 -05:00
config Added rule for origin.exe 2022-11-08 17:17:31 -05:00
emacs.d Bring config in-line w/ laptop config 2022-11-08 17:19:35 -05:00
info Initial commit 2022-07-03 11:38:53 -04:00
.gitignore Initial commit 2021-12-17 23:02:45 -05:00
.gitignore.dual-monitor Add .gitignore.dual-montor 2022-07-03 11:38:50 -04:00
.gitignore.dual-monitor-fhd Initial commit 2022-07-03 11:49:37 -04:00
.gitignore.laptop-hidpi Initial commit 2021-12-17 23:02:45 -05:00
.gitignore.main Initial commit 2021-12-17 23:02:45 -05:00
.gitignore.single-monitor-fhd Initial commit 2021-12-17 23:02:45 -05:00
\ Make dark blue a little dark for readability 2022-07-03 11:48:50 -04:00
bash_profile Initial commit 2021-12-17 23:02:45 -05:00
bashrc Update for miniconda 2022-10-18 03:36:10 -04:00
install.sh Update install.sh 2022-07-03 11:49:37 -04:00
LICENSE Initial commit 2021-12-17 23:02:45 -05:00
profile Add .profile (again) 2022-07-03 11:38:53 -04:00
README.md Rebase 2022-07-03 11:38:50 -04:00
vimrc Initial commit 2021-12-17 23:02:45 -05:00
xinitrc Added numlockx 2022-07-03 11:38:51 -04:00
Xresources Everforest theme 2022-07-03 11:51:22 -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.