SkillAgentSearch skills...

Dotfiles

:wrench: My configuration files

Install / Use

/learn @Sigmanificient/Dotfiles

README

<div align="center"> <img alt="NixOS" src="assets/nixos_logo_custom_colors.svg" width="120px"/>

❖ Sigma's Dotfiles ❖

GitHub Repo stars GitHub last commit GitHub repo size

Configuration files for my GNU+Linux system.

<img alt="Repository Banner" src="assets/banner.png" width="900px"> <img alt="Qtile has floating window support" src="assets/screenshots/qtile_base.png" width="900px"> </div>

:wrench: <samp>INSTALLATION</samp>

:paperclip: <samp>Standard</samp>

Warning Some additional configuration may be required

<kbd>I.</kbd> Clone the repository

Note I personally clone the repository as my home[^clone_as_home].

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

<kbd>II.</kbd> Copy the configuration

cp -r .* ~

:cherry_blossom: <samp>Nix</samp>

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

:bookmark_tabs: <samp>DETAILS</samp>

<img alt="Qtile is a tiling window manager" src="assets/screenshots/qtile_floatting.png" width="400px" align="right"/>

<samp>Dev</samp>

<img alt="Qtile is a tiling window manager" src="assets/screenshots/qtile_floatting3.png" width="400px" align="right"/>

<samp>Other Utilities</samp>

<img alt="Qtile is a tiling window manager" src="assets/screenshots/qtile_tiling.png" width="400px" align="right"/>

:art: <samp>Colors</samp>

<table align="right"> <tr> <td align="center"> <samp> This color scheme is inspired from <a href="https://github.com/catppuccin/catppuccin">Catppuccin Mocha</a> </samp> </td> </tr> </table>

tty

| Black | Red | Green | Yellow | Blue | Magenta | Cyan | White | |----------|----------|----------|----------|----------|----------|----------|----------| | 0F0F1C | D22942 | 17B67C | F2A174 | 8B8AF1 | D78AF1 | 4FCFEB | B4C0EC | | 1A1C31 | DE4259 | 3FD7A0 | EEC09F | A7A5FB | E5A5FB | 82E3F8 | CAD3F5 |

<img src="assets/screenshots/qtile_floatting2.png" width="900px">

[^clone_as_home]: Cloning as the home directory <br> <kbd>I.</kbd> Bare Clone bash git clone --bare https://github.com/Sigmanificient/dotfiles.git $HOME/.git git --git-dir=$HOME/.git --work-tree=$HOME remote set-url origin git@github.com:Sigmanificient/dotfiles git config --local core.bare false <kbd>II.</kbd> Update bash git reset --hard HEAD git pull --rebase <kbd>III.</kbd> Submodules bash git submodule init git submodule update --init --force <kbd>IV.</kbd> Fix history bash git clone https://github.com/Sigmanificient/dotfiles.git tmp cp tmp/.git ~ -r git add .

<div align="center"> <img alt="cat" src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true"/> </div>

Related Skills

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated14d ago
Forks1

Languages

Nix

Security Score

100/100

Audited on Mar 12, 2026

No findings