Git Product home page Git Product logo

kaku's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.