Skip to content

UniDash-Linux/module-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS

❖ Pikatsuto's Dotfiles ❖

GitHub Repo stars GitHub last commit GitHub repo size

Configuration files for my GNU+Linux system.

🔧 INSTALLATION

📎 Standard

Warning Some additional configuration may be required

I. Clone the repository

Note I personally clone the repository as my home1.

git clone https://github.com/Pikatsuto/dotfiles.git --recurse-submodules
cd dotfiles

II. Copy the configuration

cp -r .* ~

🌸 Nix

Copy the flake config

cp flake* ~

Note: Don't forget to edit the appropriate settings such as username & hardware configuration You can use cp /etc/nixos/hardware-configuration.nix .config/nixos/hardware-configuration.nix

sudo nixos-rebuild switch --flake '.'

Warning I do not use a display manager, use startx or setup your own display manager

📑 DETAILS

Qtile is a tiling window manager

Dev

Qtile is a tiling window manager

Other Utilities

🎨 Colors

This color scheme is OneDark OneDark

tty

cat

Footnotes

  1. Cloning as the home directory
    I. Bare Clone

    git clone --bare https://github.com/Pikatsuto/dotfiles.git $HOME/.git
    git --git-dir=$HOME/.git --work-tree=$HOME remote set-url origin [email protected]:Gabriel/dotfiles
    git config --local core.bare false
    

    II. Update

    git reset --hard HEAD
    git pull --rebase
    

    III. Submodules

    git submodule init
    git submodule update --init --force
    

    IV. Fix history

    git clone https://github.com/Pikatsuto/dotfiles.git tmp
    cp tmp/.git ~ -r
    git add .
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published