https://github.com/ttytm/dots
Home Improvement 🏡🔨
https://github.com/ttytm/dots
Last synced: 5 months ago
JSON representation
Home Improvement 🏡🔨
- Host: GitHub
- URL: https://github.com/ttytm/dots
- Owner: ttytm
- License: apache-2.0
- Created: 2023-02-10T18:13:09.000Z (over 3 years ago)
- Default Branch: tooltime
- Last Pushed: 2024-12-26T10:43:07.000Z (over 1 year ago)
- Last Synced: 2025-12-03T11:41:21.171Z (7 months ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles

## Install notes
```sh
git clone --recursive --shallow-submodules \
--filter=blob:none --also-filter-submodules \
https://github.com/ttytm/dots
```
Set the `ZDOTDIR` in the default zshenv (example locations depending on the installation `/etc/zsh/zshenv`, `~/.zshenv`):
```sh
export ZDOTDIR=$HOME/.config/zsh
```