GithubHelp home page GithubHelp logo

nixdots's Introduction

dotfiles

Here lies the dotfiles crafted with much care. Shamelessly stolen from this repository then changed to fit my needs.

Configuration

A glance at what's present in this lair.

Name What I am using (NixOS)
OS NixOS
Terminal Emulator Wezterm
Shell ZSH + ohmyzsh,
Font Custom Iosevka font
Editor Neovim
Desktop Environment I3,
Mate,
Polybar,
picom,
rofi,
deadd,
Browser Firefox
User environment manager Home Manager

Setup

Here is a walk through of what are the steps one need to take to get this configuration or parts of it setup on any system.

Full setup of NixOS (first time)

Requirements

  • Some way to install NixOS
  • Ability to connect to the internet
  • Boot drive with label NIXBOOT
  • Root drive where the OS will go NIXROOT
  • Swap partition NIXSWAP

Steps

  • Install NixOS
  • Make sure you have a way to get this repository. curl, git, ansible-vault.
  • Make sure you enable internet
  • Get contents of this repository onto your system to ~/.dotfiles
  • cd into ~/.dotfiles
  • Decrypt the secrets
  • Copy the secrets to the correct places
  • Run system configuration
  • Run home manager configuration
  • After all said and done import treestyletab json to Firefox
  nix-shell -p curl git ansible gnutar
  git clone https://github.com/midoBB/nixdots.git
  mv nixdots ~/.dotfiles
  cd ~/.dotfiles
  echo 'password' > .vault
  ansible-vault decrypt .secrets/*
  mv .secrets/env .env
  tar xvf .secrets/ssh.tar.gz
  mv .secrets/.ssh ~/.ssh
  cp .secrets/configs-treestyletabs.json ~
  ansible-vault encrypt .secrets/*
  sudo nixos-rebuild switch --flake './#laptop'
  nix run home-manager --no-write-lock-file -- switch --flake "./#laptop"
  nvim --headless "+Lazy! sync" +qa

nixdots's People

Contributors

midobb 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.