1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Pratham Patel efc6c3271b nvim: move away from old theme EdenEast/nightfox to catppuccin/nvim 4 days ago
.cargo cargo: start tracking ~/.cargo/config 2 months ago
.config nvim: move away from old theme EdenEast/nightfox to catppuccin/nvim 4 days ago
.scripts add a service and script for making sure that VM pools are online 4 days ago
.zkbd zkbd: modified from archlinux 3 months ago
_OTHER virt-pool-online.service: depend on libvirtd.service 4 days ago
.Xresources set HiDPI scaling to 150% 3 months ago
.bashrc bashrc: improve prompt 2 months ago
.gitconfig init commit 6 months ago
.gitignore update gitignore because I changed plugin manager. again. 2 weeks ago
.hushlogin init commit 6 months ago
.profile init commit 6 months ago
.xinitrc changes made in this commit: 2 months ago
.zshrc zshrc: remove a few completion tags 3 months ago
README.md README: how to copy files to ~/ 6 months ago
run_me.sh run_me.sh: do not copy dir '_OTHER' 2 weeks ago

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