1
0
Fork 0
Go to file
Pratham Patel e9ad2d52d7 add doas.conf 2022-12-02 08:58:26 +05:30
.config alacritty.yml: fix typo 2022-11-20 22:30:31 +05:30
.scripts openzfs_install.sh: use pkg kernel-devel-matched instead of kernel-devel-UNAME_R 2022-10-16 21:07:02 +05:30
.zkbd init commit 2022-09-23 19:28:12 +05:30
_OTHER add doas.conf 2022-12-02 08:58:26 +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
.zsh_aliases .zsh_aliases: add alias for pkgupdateall and export LESS with SRX so yay can show diff properly 2022-11-20 23:04:31 +05:30
.zshrc changes made: 2022-09-25 03:47:51 +05:30
README.md README: how to copy files to ~/ 2022-10-04 21:13:48 +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