1
0
Fork 0
Go to file
Pratham Patel f7b70a1aa2 openzfs_install: set -x and match against OS ID for RHEL 2023-05-04 10:07:13 +05:30
.cargo cargo: start tracking ~/.cargo/config 2023-01-25 18:27:36 +05:30
.config zsh aliases: add aliases for conventional dig and OG vim 2023-04-28 10:17:12 +05:30
.scripts openzfs_install: set -x and match against OS ID for RHEL 2023-05-04 10:07:13 +05:30
.zkbd zkbd: modified from archlinux 2022-12-21 08:35:43 +05:30
_OTHER virt-pool-online.service: depend on libvirtd.service 2023-03-25 14:08:54 +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