1
0
Fork 0
Go to file
Pratham Patel 6e936ce8bb run_me.sh: do not copy dir '_OTHER' 2023-03-13 16:34:34 +05:30
.cargo cargo: start tracking ~/.cargo/config 2023-01-25 18:27:36 +05:30
.config nvim: switch from double quotes to single quotes and some other ADHD+OCD related changes 2023-03-12 18:53:45 +05:30
.scripts flameboi: on_resume.sh: put drives to standby after resuming from sleep 2023-01-16 20:44:30 +05:30
.zkbd zkbd: modified from archlinux 2022-12-21 08:35:43 +05:30
_OTHER doas: allow pratham to use picocom without password 2023-03-12 11:40:18 +05:30
.Xresources set HiDPI scaling to 150% 2023-01-12 11:21:25 +05:30
.bashrc bashrc: improve prompt 2023-01-22 09:54:52 +05:30
.gitconfig init commit 2022-09-23 19:28:12 +05:30
.gitignore update gitignore because I changed plugin manager. again. 2023-03-12 12:12:21 +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 run_me.sh: do not copy dir '_OTHER' 2023-03-13 16:34:34 +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