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

https://github.com/ivan-guerra/dotfiles

Linux dotfiles.
https://github.com/ivan-guerra/dotfiles

dotfiles gnu-stow

Last synced: 2 months ago
JSON representation

Linux dotfiles.

Awesome Lists containing this project

README

          

# dotfiles

NixOS configs and dotfiles for my MINISFORUM UM870 mini PC.

## Setup Notes

Some additional notes for setting up a fresh NixOS install:

- [ ] Add home-manager channel and update all channels:

```bash
# Replace and with the appropriate version numbers for your NixOS release.
sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-..tar.gz home-manager
sudo nix-channel --update
```

- [ ] Clone this repo to `.dotfiles`.
- [ ] Import GPG key from backup.
- [ ] Generate new GitHub SSH key.
- [ ] Install private pass database.
- [ ] Need to run `fisher install realiserad/fish-ai` and setup INI config
(place under `~/.config/fish-ai.ini`):

```ini
[fish-ai]
configuration = github
refined_completions = 5

[github]
provider = self-hosted
server = https://models.inference.ai.azure.com
api_key =
model = gpt-4.1
```

- [ ] Need to run `rustup default stable` to install the stable rust toolchain.
Also need to `rustup component add rust-analyzer`.
- [ ] RuneLite cache is under `~/.local/share/bolt-launcher/.runelite`. Restore
RuneLite cache from backup.