Git Product home page Git Product logo

nixos-qtile's Introduction

NIXOS INSTALLATION

1. Partitioning

Partition File System Label Size Flags
/dev/sda1 linux-swap swap 2048 โ€“
/dev/sda2 ext4 msdos โ€“ boot

2. Nixos Configuration

sudo mount /dev/disk/by-label/msdos /mnt

sudo nixos-generate-config --root /mnt

sudo wget -P /mnt/etc/nixos/configuration.nix https://raw.githubusercontent.com/andreizpgh/nixos-qtile/main/nixos-qtile/basic-configuration.nix

sudo nixos-install

sudo reboot

3. Further Configuration

  • Log in as root and set password passwd andrei

  • Activate an internet connection nmtui

  • Clone the repo

git clone https://github.com/andreizpgh/nixos-qtile

  • Rewrite configuration.nix
sudo rm /etc/nixos/configuration.nix && sudo ln -s /home/andrei/nixos-qtile/nixos-qtile/configuration.nix /etc/nixos/configuration.nix 
  • Reboot sudo reboot

4. Setting-up

  • Command
mkdir .cache/zsh /home/andrei/.config/alacritty /home/andrei/.config/nvim /home/andrei/.config/rofi /home/andrei/.config/zathura && touch .cache/zsh/history .cache/greenclip.history && rm -rf /home/andrei/Desktop && rm /home/andrei/.config/vifm/vifmrc && stow -d /home/andrei/nixos-qtile . && sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' && nix-env -iA nixos.zsh-autosuggestions && nix-env -iA nixos.zsh-syntax-highlighting && lxappearance
  • Neovim

PlugUpdate

  • Install Doom Emacs
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d && yes | ~/.emacs.d/bin/doom install && ~/.emacs.d/bin/doom sync
  • Log in into Firefox and import 'Scroll Anywhere', 'Vimium' and 'Simple Translate' configs + userChrome.css

nixos-qtile's People

Contributors

andreizpgh avatar

Stargazers

Fabrice Semti 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.