Skip to content

Commit

Permalink
docs(style): mention stylix and update Style section
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Sep 30, 2024
1 parent 5dce2e8 commit bf67d8c
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,34 @@ Used as daily driver since 2020. 😎

Checkout the `home` directory for an up-to-date list of installed goodies. Here's a few shoutouts:

| Type | Program |
| :-------------- | :----------: |
| Backups | [Restic](https://github.com/restic/restic) |
| Editor | [NeoVim](https://neovim.io/) |
| File Manager | [Lf](https://github.com/gokcehan/lf) |
| File Syncing | [Syncthing](https://github.com/syncthing/syncthing) |
| Launcher | [Rofi](https://github.com/davatorium/rofi) |
| Nix Builds | [Nh](https://github.com/viperML/nh) |
| Notifications | [Dunst](https://github.com/dunst-project/dunst) |
| Prompt | [Starship](https://github.com/starship/starship) |
| Shell | [Fish](https://fishshell.com/) |
| Shell when data | [Nushell](https://www.nushell.sh/) |
| Status Bar | [i3status-rust](https://github.com/greshake/i3status-rust) |
| Terminal | [Alacritty](https://github.com/alacritty/alacritty) |
| Type | Program |
| :-------------- | :---------------------------------------------------------------------: |
| Backups | [Restic](https://github.com/restic/restic) |
| Editor | [NeoVim](https://neovim.io/) |
| File Manager | [Lf](https://github.com/gokcehan/lf) |
| File Syncing | [Syncthing](https://github.com/syncthing/syncthing) |
| Launcher | [Rofi](https://github.com/davatorium/rofi) |
| Nix Builds | [Nh](https://github.com/viperML/nh) |
| Notifications | [Dunst](https://github.com/dunst-project/dunst) |
| Prompt | [Starship](https://github.com/starship/starship) |
| Shell | [Fish](https://fishshell.com/) |
| Shell when data | [Nushell](https://www.nushell.sh/) |
| Status Bar | [i3status-rust](https://github.com/greshake/i3status-rust) |
| Style Manager | [stylix](https://github.com/danth/stylix) |
| Terminal | [Alacritty](https://github.com/alacritty/alacritty) |
| Animal | [Raccoon](https://duckduckgo.com/?hps=1&q=raccoon&iax=images&ia=images) |
| Window Manager | [i3](https://github.com/i3/i3) |
| Window Manager | [i3](https://github.com/i3/i3) |

## Lack of Aesthetics

| Type | Name |
| :---------------------- | :----------: |
| Terminal Font | [FiraCode](https://github.com/tonsky/FiraCode) |
| I3 Theme (inspiration) | [Nature](https://github.com/Kthulu120/i3wm-themes/tree/master?tab=readme-ov-file) |
| Neovim Theme | [Gruvbox](https://github.com/morhetz/gruvbox) |
| Type | Name |
| :------------- | :-----------------------------------------------------------: |
| Monospace Font | [FiraCode](https://github.com/tonsky/FiraCode) |
| Emoji Font | [Noto Color Emoji](https://github.com/googlefonts/noto-emoji) |
| Dark Theme | [Gruvbox](https://github.com/morhetz/gruvbox) |
| Light Theme | [Catppuccin Latte](https://github.com/catppuccin/catppuccin) |

Switching between Light and Dark theme is currently done via [NixOS Specialisation](specialisations/light/default.nix).

## I Wanna Install

Expand All @@ -53,21 +56,19 @@ But here's a rough guide:

![nix-valley-of-doom](assets/nix-valley-of-despair.png)


## Notes

* [NixOS 24.05 Upgrade Adventures](doc/upgrades/2405/NixOS-24.05.md)
* [NixOS Upgrade Checklist](doc/upgrades/Checklist.md)
* [Moving an Existing Installation to a new Disk](doc/MOVING.md)

- [NixOS 24.05 Upgrade Adventures](doc/upgrades/2405/NixOS-24.05.md)
- [NixOS Upgrade Checklist](doc/upgrades/Checklist.md)
- [Moving an Existing Installation to a new Disk](doc/MOVING.md)

## Acknowledgements

* A lot of this was initially looted from https://github.com/alexpeits/nixos-config. Thank you!
- A lot of this was initially looted from https://github.com/alexpeits/nixos-config. Thank you!

* CI build and many other goodies ~stolen from~ inspired by https://github.com/gvolpe/nix-config
- CI build and many other goodies ~stolen from~ inspired by https://github.com/gvolpe/nix-config

* Vimjoyer's fantastic YouTube channel: https://www.youtube.com/@vimjoyer
- Vimjoyer's fantastic YouTube channel: https://www.youtube.com/@vimjoyer

## History

Expand Down

0 comments on commit bf67d8c

Please sign in to comment.