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.
|
4 days ago | |
---|---|---|
.cargo | 2 months ago | |
.config | 4 days ago | |
.scripts | 4 days ago | |
.zkbd | 3 months ago | |
_OTHER | 4 days ago | |
.Xresources | 3 months ago | |
.bashrc | 2 months ago | |
.gitconfig | 6 months ago | |
.gitignore | 2 weeks ago | |
.hushlogin | 6 months ago | |
.profile | 6 months ago | |
.xinitrc | 2 months ago | |
.zshrc | 3 months ago | |
README.md | 6 months ago | |
run_me.sh | 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
, underimport
(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