Code Monkey home page Code Monkey logo

dotfiles's Introduction

NixOS

❖ Sigma's Dotfiles ❖

GitHub Repo stars GitHub last commit GitHub repo size

Configuration files for my GNU+Linux system.

Repository Banner Qtile has floating window support

🔧 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/Sigmanificient/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

Qtile is a tiling window manager

🎨 Colors

This color scheme is inspired from Catppuccin Mocha

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

cat

Footnotes

  1. Cloning as the home directory
    I. Bare Clone

    git clone --bare https://github.com/Sigmanificient/dotfiles.git $HOME/.git
    git --git-dir=$HOME/.git --work-tree=$HOME remote set-url origin [email protected]:Sigmanificient/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/Sigmanificient/dotfiles.git tmp
    cp tmp/.git ~ -r
    git add .
    

dotfiles's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.