An open API service indexing awesome lists of open source software.

https://github.com/alxndr13/dots


https://github.com/alxndr13/dots

Last synced: about 2 months ago
JSON representation

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
```