1
0
Fork 0
Go to file
Pratham Patel 2b7f03a181 zshrc: remove a few completion tags 2022-12-21 17:21:14 +05:30
.config alias paru with LESS instead of exporting LESS 2022-12-21 16:33:06 +05:30
.scripts added script to check ssl cert validity for domains and an alias for it too 2022-12-11 19:03:50 +05:30
.zkbd zkbd: modified from archlinux 2022-12-21 08:35:43 +05:30
_OTHER doas.conf: allow myself to use dmesg and hdparm without password 2022-12-21 15:54:18 +05:30
.Xresources add config for bspwm 2022-09-26 15:47:22 +05:30
.bashrc .bashrc: add PS1 2022-10-16 20:53:26 +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 tabs to spaces 2022-09-26 15:48:53 +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 added a script to copy dotfiles 2022-12-19 23:21:08 +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