Giter VIP home page Giter VIP logo

home's Introduction

Kyle's ~

I version control my home diretory to make it easier to set up & reproduce my preferred Linux environment.

For the parts of my environment that can't simply be checked into this repo, the kinstall/ dir has some scripts and files. Specialized versions of the environment can be made by creating parallel directories under kinstall.$(hostname).

Last tested with Xubuntu 22.04 running on a ThinkPad (amd64).

Setup

  • New ThinkPad? Switch Fn and Ctrl from the boot menu.

  • Download Xubuntu, plug in a flash drive, and run:

    umount /dev/<FLASH_DRIVE_DEVICE_ID>
    dd status=progress bs=1m if=xubuntu2204.iso of=/dev/<FLASH_DRIVE_DEVICE_ID>
  • Eject it, reboot to flash drive. Choose minimal installation with full-disk encryption (under "Advanced").

  • Boot into Xubuntu. Open a terminal, and run:

    cd ~
    sudo apt install -y git
    git init -b master
    git remote add origin https://github.com/kdmccormick/home
    git fetch
    git switch master -f
    sudo kinstall/system.sh "$USER"
    vi ~/.profile_private
  • Fill in ~/.profile_private and save.

  • Run:

    . ~/.profile
    ensure-ssh-key | xcopy
    open "https://github.com/settings/ssh/new"
  • Log into GitHub, paste in the public ssh key, name it $(hostname), and save.

  • Load in private GPG key for pass and place it at ~/kdmc.key

  • Run:

    kinstall/user.sh
    reboot

Known Issues

  • This all tries to be username-agnostic, but unfortunately many of the app-managed dotfiles hardcode '/home/kyle/...' into configuration.

home's People

Contributors

kdmccormick avatar

Watchers

James Cloos avatar  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.