1
0
Fork 0
Go to file
Pratham Patel 012ac14dce neovim: stash changes before hard reset 2023-02-07 21:14:00 +05:30
.cargo cargo: start tracking ~/.cargo/config 2023-01-25 18:27:36 +05:30
.config neovim: stash changes before hard reset 2023-02-07 21:14:00 +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 update mirrorlist 2023-02-07 16:36:13 +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 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