https://github.com/alxndr13/dots
https://github.com/alxndr13/dots
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alxndr13/dots
- Owner: alxndr13
- Created: 2023-03-12T12:28:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T10:39:32.000Z (3 months ago)
- Last Synced: 2025-04-04T09:45:23.750Z (about 2 months ago)
- Language: Lua
- Size: 20.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles from ahuck
managed using [chezmoi](https://www.chezmoi.io/)
## how to setup on a new machine
- create a chezmoi config with my age key (which needs to be created as well)
```bash
vi ~/.config/chezmoi/chezmoi.toml
``````bash
encryption = "age"
[age]
identity = "/home/user/key.txt"
recipient = "age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p"```
- get those dotfiles and set them up
```bash
chezmoi init --apply --verbose ssh://[email protected]:2424/ahuck/dots.git
```## Disable font smoothing for alacritty
```bash
defaults write org.alacritty AppleFontSmoothing -int 0
```