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.
- Host: GitHub
- URL: https://github.com/ivan-guerra/dotfiles
- Owner: ivan-guerra
- License: mit
- Created: 2022-07-30T04:27:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-16T03:39:16.000Z (2 months ago)
- Last Synced: 2026-04-16T05:41:22.678Z (2 months ago)
- Topics: dotfiles, gnu-stow
- Language: Nix
- Homepage: https://programmador.com/posts/2024/dotfile-mgmt-with-gnu-stow/
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.