Skip to content

Commit

Permalink
Merge pull request #62 from sukhmancs/changes
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
sukhmancs authored Jul 26, 2024
2 parents 7e9fe76 + 946445a commit b595d9a
Showing 1 changed file with 46 additions and 16 deletions.
62 changes: 46 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,49 @@
## TODO

- [x] ags (?) - need to add system, todo, hidden group, ai chat
- [x] hyprland - custom && dynamic colors
- [x] System-wide dynamic colors - background, text, accent, overlay, secondary
text (Finally)
- [ ] sww
- [ ] portable workstation - sway, ags
- [x] anyrun - custom dynamic colors
- [x] gtk (fully dynamic custom themes)
- [ ] Modularize - anyrun, ...
- [ ] qt
- [x] starship - dynamic colors
## Todo

### Completed 🎉
- [x] **AGS** - Need to add system, todo, hidden group, AI chat
- [x] **Hyprland** - Custom & dynamic colors
- [x] **System-wide dynamic colors** - Background, text, accent, overlay, secondary text
- [x] **Anyrun** - Custom dynamic colors
- [x] **GTK** - Fully dynamic custom themes
- [x] **Starship** - Dynamic colors

### In Progress
- [ ] **SWW**
- [ ] **Portable Workstation** - Sway, AGS
- [ ] **Modularize** - Anyrun, ...
- [ ] **QT**


## System
Following hosts are available:
- `milkyway` - main workstation
- `triangulum` - server
- `andromeda` - laptop
- `messier` - iso

## Installation
### Partition and mount the drives using disko
```bash
# Change the disk id according to your system
DISK='/dev/disk/by-id/ata-Samsung_SSD_870_EVO_250GB_S6PENL0T902873K'

curl https://raw.githubusercontent.com/sukhmancs/nyx/main/disko/luks-btrfs-subvolumes/default.nix \
-o /tmp/disko.nix
sed -i "s|to-be-filled-during-installation|$DISK|" /tmp/disko.nix
nix --experimental-features "nix-command flakes" run github:nix-community/disko\
-- --mode disko /tmp/disko.nix
```
### Install the dotfiles
```bash
git clone https://this.repo.url/ ~/.config/nixos-configs
cd ~/.config/nixos-configs

nixos-rebuild switch --flake .#<host>
```
## Thanks

[MatthiasBenaets](https://github.com/MatthiasBenaets/nix-config/),
[end-4](https://github.com/end-4/dots-hyprland),
[raf](https://github.com/notashelf/nyx)
- [MatthiasBenaets](https://github.com/MatthiasBenaets/nix-config/)
- [raf](https://github.com/notashelf/nyx)
- [end-4](https://github.com/end-4/dots-hyprland)
- [aylur](https://github.com/Aylur/dotfiles/)

0 comments on commit b595d9a

Please sign in to comment.