1
0
Fork 0
Go to file
Pratham Patel 7f6cb2df09 changes made in this commit:
- rename desktop music to bg-apps
 - start a few apps when bspwm is launched
 - move greeting notification from xinitrc to bspwmrc
2023-01-13 19:21:06 +05:30
.config changes made in this commit: 2023-01-13 19:21:06 +05:30
.scripts make hdd scripts executable 2023-01-13 14:33:41 +05:30
.zkbd zkbd: modified from archlinux 2022-12-21 08:35:43 +05:30
_OTHER update mirrorlist 2023-01-13 14:16:27 +05:30
.Xresources set HiDPI scaling to 150% 2023-01-12 11:21:25 +05:30
.bashrc .bashrc: add PS1 2022-10-16 20:53:26 +05:30
.gitconfig init commit 2022-09-23 19:28:12 +05:30
.gitignore populate .gitignore and use it as a template 2022-09-26 15:26:34 +05:30
.hushlogin init commit 2022-09-23 19:28:12 +05:30
.profile init commit 2022-09-23 19:28:12 +05:30
.xinitrc changes made in this commit: 2023-01-13 19:21:06 +05:30
.zshrc zshrc: remove a few completion tags 2022-12-21 17:21:14 +05:30
README.md README: how to copy files to ~/ 2022-10-04 21:13:48 +05:30
run_me.sh idk why I removed rsync's --perms param 2023-01-11 10:52:39 +05:30

README.md

README

Initial setup:

  • git clone git@git.thefossguy.com:thefossguy/dotfiles-priv.git
  • Uncomment the most appropriate line in ~/.config/alacritty/alacritty.yml, under import (line 11)

Copy files using the following command:

rsync \
    --verbose --recursive --size-only --human-readable \
    --progress --stats \
    --itemize-changes --checksum \
    --exclude=".git" --exclude=".gitignore" --exclude="README.md" \
    ../dotfiles/ ~/ --dry-run