Dotfiles
:wrench: My configuration files
Install / Use
/learn @Sigmanificient/DotfilesREADME
❖ Sigma's Dotfiles ❖
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
startxor 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"/>- Linux Kernel: Xanmod
- Desktop Environment: Qtile
- Terminal Emulator: Kitty
- Shell: Zsh with Oh my Zsh
- Compositor: Picom
- Notifier: dunst
<samp>Dev</samp>
<img alt="Qtile is a tiling window manager" src="assets/screenshots/qtile_floatting3.png" width="400px" align="right"/>- Jetbrains IDE Suite: PyCharm, CLion, ...
- GUI Text Editor: Sublime Text
- TUI Commit Helper: Lazygit
<samp>Other Utilities</samp>
- TUI File manager: Ranger
- GUI File manager: Thunar
- Resource monitor: Bpytop
- screenshot tool: Flameshot
: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>
| Black | Red | Green | Yellow | Blue | Magenta | Cyan | White |
|----------|----------|----------|----------|----------|----------|----------|----------|
| 0F0F1C | D22942 | 17B67C | F2A174 | 8B8AF1 | D78AF1 | 4FCFEB | B4C0EC |
| 1A1C31 | DE4259 | 3FD7A0 | EEC09F | A7A5FB | E5A5FB | 82E3F8 | CAD3F5 |
[^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 .
Related Skills
node-connect
338.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.4kCommit, push, and open a PR
