1
0
Fork 0
Go to file
Pratham Patel 2aa33b5ad9 move all shell scripts from $HOME/.config/* under $HOME/.local/scripts/* 2023-06-11 23:20:22 +05:30
.config move all shell scripts from $HOME/.config/* under $HOME/.local/scripts/* 2023-06-11 23:20:22 +05:30
.local/scripts move all shell scripts from $HOME/.config/* under $HOME/.local/scripts/* 2023-06-11 23:20:22 +05:30
.zkbd zkbd: modified from archlinux 2022-12-21 08:35:43 +05:30
.Xresources set HiDPI scaling to 150% 2023-01-12 11:21:25 +05:30
.bashrc bash: match the PS1 provided by Arch Linux 2023-06-05 20:21:03 +05:30
.gitconfig git: do not use the short status, revert back because the old one feels more natural lol 2023-06-04 18:10:38 +05:30
.gitignore update .gitignore 2023-06-11 21:15:19 +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 zsh: do the compinit for all machines and skip setfont for "console TTYs" 2023-06-04 18:19:17 +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