Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxmobile/kaku
革 | kaku
https://github.com/linuxmobile/kaku
amdgpu dotfiles hyprland neofetch nixos nvchad ricing secureboot starship unixporn wayland wezterm zsh
Last synced: 26 days ago
JSON representation
革 | kaku
- Host: GitHub
- URL: https://github.com/linuxmobile/kaku
- Owner: linuxmobile
- Created: 2023-07-20T19:44:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T21:29:45.000Z (8 months ago)
- Last Synced: 2024-03-17T22:36:49.956Z (8 months ago)
- Topics: amdgpu, dotfiles, hyprland, neofetch, nixos, nvchad, ricing, secureboot, starship, unixporn, wayland, wezterm, zsh
- Language: Nix
- Homepage: https://linu.dev/blog/kaku
- Size: 647 KB
- Stars: 239
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
革 | kaku
### ⚠ PLEASE RESPECT THE CREDITS IF YOU USE SOMETHING FROM MY DESKTOP/SETUP.
---
SETUP • GUIDES • KEYBINDS • GALLERY---
- **Window Manager** • [Hyprland](https://github.com/hyprwm/Hyprland)🎨 Tiles
Everywhere!
- **Shell** • [Zsh](https://www.zsh.org) 🐚 with
[starship](https://github.com/starship/starship) Cross Shell Platform!
- **Terminal** • [WezTerm](https://github.com/wez/wezterm) 💻 A powerful term
with gpu support!
- **Panel** • [AGS](https://github.com/Aylur/ags)🍧
Patched waybar following hyprland faq!
- **Notify Daemon** • [Dunst](https://github.com/dunst-project/dunst) 🍃
Minimalist and functional!
- **Launcher** • [AnyRun](https://github.com/Kirottu/anyrun) 🚀 Fast AnyRunner!
- **File Manager** • [Ranger](https://github.com/ranger/ranger)🔖 custom!
- **GUI Basic-IDE** • [NvChad-V2](https://github.com/linuxmobile/nvchad-v2) Rice
IDE!### 🍂 CHANGELOGS
> From the previous major versions (0-1.x).
## 🌼 INSTALLATION (NixOS)
> Request: [NixOs](https://channels.nixos.org/nixos-23.05/latest-nixos-minimal-x86_64-linux.iso)
- Download ISO.
```bash
wget -O https://channels.nixos.org/nixos-23.05/latest-nixos-minimal-x86_64-linux.iso
```- Boot Into the Installer.
- Switch to Root: `sudo -i`
- Partitions:
*I prefer to use 1GB on the EFI partition. Specifically because the 'generations' list may become very long, and to avoid overloading the partition.*
```bash
# Replace nvme with your disk partition
gdisk /dev/nvme0n1
```
- `o` (create new partition table)
- `n` (add partition, 512M, type ef00 EFI)
- `n` (add partition, remaining space, type 8300 Linux)
`w` (write partition table and exit)- Format Partitions:
```bash
mkfs.fat -F 32 -n EFI /dev/nvme0n1p1
mkfs.xfs -L NIXOS /dev/nvme0n1p2
```- Mount Partitions:
```bash
mount /dev/disk/by-label/NIXOS /mnt
mkdir -p /mnt/boot
mount /dev/disk/by-label/EFI /mnt/boot
```- Enable nixFlakes
```bash
nix-shell -p nixFlakes git
```- Clone my Dotfiles
```bash
git clone --depth 1 https://github.com/linuxmobile/kaku /mnt/etc/nixos
```- Generate your Own Nix Hardware Settings:
### ⚠ DON'T FORGET IT```bash
sudo nixos-generate-config --dir --force /mnt/etc/nixos/hosts/aesthetic# Remove configuration.nix
rm -rf /mnt/etc/nixos/hosts/aesthetic/configuration.nix
```- Install Dotfiles Using Flake
```bash
# Move to folder
cd mnt/etc/nixos/# Install
nixos-install --flake .#aesthetic
```- Reboot
### 🐙 Remember Default User & password are: nixos
- Change Default password for User.
```bash
passwd YourUser
```- Install w/ Home-Manager the config
```bash
home-manager switch --flake 'github:linuxmobile/kaku#linudev@aesthetic'
```### 🌸 DOTFILES EXPLAIN
### 🌻 TODO LIST
### 🎋 ADDITIONALS
## 🍀 KEY BINDINGS
## 💐 ACKNOWLEDGEMENTS
| | | Inspiration and Resources | | |
|:---------:|:-:|:------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------:|
| | 1 | [owl4ce](https://github.com/owl4ce) | | |
| | 2 | [Ilham25](https://github.com/ilham25) | | |
| | 3 | [Siduck](https://github.com/siduck) | | |
| | 4 | [NvChad](https://github.com/NvChad) | | |
| | 5 | [Rxyhn](https://github.com/rxyhn) | | |
| | 6 | [HeinzDev](https://github.com/HeinzDev) | | |
| | 7 | [fufexan](https://github.com/fufexan) | | |
| | 8 | [AmitGolden](https://github.com/AmitGolden) | | |
| | | | | |
| **Based** | | **Community** | **Membership Status** | |
|🗺| 3 | [r/unixp*rn](https://reddit.com/r/unixporn) | Not working there anymore. | |## 🌳 CONTRIBUTING
WIP
## 🎃 SECURITY POLICY
BACK TO TOP