• Stars
    star
    334
  • Rank 126,264 (Top 3 %)
  • Language
    Nix
  • Created over 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

革 | kaku

awesome-rice-badge

革 | kaku

PLEASE RESPECT THE CREDITS IF YOU USE SOMETHING FROM MY DESKTOP/SETUP.


SETUPGUIDESKEYBINDSGALLERY

  • Window ManagerHyprland🎨 Tiles Everywhere!
  • ShellZsh 🐚 with starship Cross Shell Platform!
  • TerminalWezTerm 💻 A powerful term with gpu support!
  • PanelAGS🍧 Patched waybar following hyprland faq!
  • Notify DaemonDunst 🍃 Minimalist and functional!
  • LauncherAnyRun 🚀 Fast AnyRunner!
  • File ManagerRanger🔖 custom!
  • GUI Basic-IDENvChad-V2 Rice IDE!

🍂 CHANGELOGS

From the previous major versions (0-1.x).

🌼 INSTALLATION (NixOS)

Request: NixOs

  • Download ISO.
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.

# 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:
mkfs.fat -F 32 -n EFI /dev/nvme0n1p1
mkfs.xfs -L NIXOS /dev/nvme0n1p2
  • Mount Partitions:
mount /dev/disk/by-label/NIXOS /mnt
mkdir -p /mnt/boot
mount /dev/disk/by-label/EFI /mnt/boot
  • Enable nixFlakes
nix-shell -p nixFlakes git
  • Clone my Dotfiles
git clone --depth 1 https://github.com/linuxmobile/kaku /mnt/etc/nixos
  • Generate your Own Nix Hardware Settings:

DON'T FORGET IT

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
# Move to folder
cd mnt/etc/nixos/

# Install
nixos-install --flake .#aesthetic
  • Reboot

🐙 Remember Default User & password are: nixos

  • Change Default password for User.
passwd YourUser
  • Install w/ Home-Manager the config
home-manager switch --flake 'github:linuxmobile/kaku#linudev@aesthetic'

🌸 DOTFILES EXPLAIN

🌻 TODO LIST

🎋 ADDITIONALS

🍀 KEY BINDINGS

💐 ACKNOWLEDGEMENTS

Inspiration and Resources
1 owl4ce
2 Ilham25
3 Siduck
4 NvChad
5 Rxyhn
6 HeinzDev
7 fufexan
8 AmitGolden
Based Community Membership Status
🗺 3 r/unixp*rn Not working there anymore.

🌳 CONTRIBUTING

WIP

🎃 SECURITY POLICY

BACK TO TOP

More Repositories

1

hyprland-dots

🦄 Hyprland Cute Dotfiles
HTML
1,381
star
2

dwm-dots

🎁 An easy way to install DWM + Dots
CSS
45
star
3

palettePilot

palettePilot is a color palette generator
Vue
32
star
4

linuxmobile.github.io

This is my personal Website about Tech, Linux, Archlinux, Android, and other similar like Android Development, Hacking/Security.
HTML
11
star
5

SilentFox

Minimalist Firefox Theme userChrome.css
CSS
9
star
6

termux-dots

🦄 Esta es mi config de Termux, para poder programar con comodidad!
Shell
6
star
7

linuxmobile

6
star
8

.wallpapers

🖼️ This repo is a place to find some Wallpapers that i like.
5
star
9

commitia

Commit better with AI ✨
TypeScript
4
star
10

godot-flake

Nix Flake for Godot: Quick setup with integrated devShell
Nix
3
star
11

linudev

Portfolio Designed w/ Nuxt
Vue
3
star
12

nvim-dots

My Fullstack Neovim config
Lua
2
star
13

nvim-config

A modern Neovim Config / Neovim Dotfiles. Working as FullStack Dev IDE
Lua
2
star
14

runarch

🐧This a beautiful script to install my Archlinux Environment. If you want, use it.
Shell
2
star
15

stablediffusion_prompt

Jupyter Notebook
1
star
16

notes

Here you can found all of my notes from my NOTES website. If you want to post here. Please clone, and do a pull request!
JavaScript
1
star
17

Nix-Termux

Nix On Termux - Kaku Mobile Configuration
Nix
1
star
18

countdown-sebas

HTML
1
star
19

bluesky-clone

BlueSky clone w/ Next.js | Supabase
TypeScript
1
star
20

ytfzf-dot

My Own config for ytfzf
Shell
1
star
21

daily-dev

DailyDotDev clone w/ Next.js + TailwindCSS + shadcn/ui
TypeScript
1
star
22

opengraph-generator

💡OpenGraph Generator
TypeScript
1
star
23

wallacho

Here you can found a easy and minimal Wallpaper Site. With my favs wallpapers only.
CSS
1
star
24

ags-kaku

My ags bar configuration. Aylur Based
TypeScript
1
star