https://github.com/zrr1999/dotfiles
https://github.com/zrr1999/dotfiles
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrr1999/dotfiles
- Owner: zrr1999
- License: mit
- Created: 2023-07-25T14:03:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T01:47:11.000Z (9 months ago)
- Last Synced: 2025-02-07T02:26:55.909Z (9 months ago)
- Language: Shell
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles
## install
```sh
curl -fLo /tmp/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm \
&& chmod a+x /tmp/yadm \
&& /tmp/yadm clone https://github.com/zrr1999/dotfiles.git \
&& /tmp/yadm bootstrap \
&& rm /tmp/yadm
```### arch
```sh
echo "Setting up pacman mirrorlist"
pacman -S --noconfirm --needed reflector
reflector --save /etc/pacman.d/mirrorlist --country China --protocol https --latest 5
```## zsh config
## bootstrap
## ssh config