Skip to content

A compilation of my dot files throughout my Arch expedition.

Notifications You must be signed in to change notification settings

scottzach1/Dotfiles

Repository files navigation

dotfiles

This is a compilation of different dotfiles (unix configuration files) that I use on my Linux machines.

In the future I will try to automate with a script and list all required dependencies.

Setup Instructions

Live ISO

  1. Boot from live Arch ISO in UEFI mode

  2. Update pacman package databases

    pacman -Syy
  3. Install git

    pacman -S git
  4. Clone this repository

    git clone https://github.com/scottzach1/dotfiles.git && cd dotfiles
  5. Update configuration in 0_live_install.sh

    # Configuration variables
    TARGET_DISK="XXX"  # /dev/nvme0n1
    SWAP_SIZE="16G"
    HOSTNAME="desktop"
    USERNAME="zaci"
    TIMEZONE="Pacific/Auckland"
    LOCALE="en_NZ.utf8"
    KEYMAP="us"
  6. Run live install script

    bash 0_live_install.sh

Post Install

  1. Reboot into Arch Linux

  2. Run post install script

    bash 1_post_install.sh

Screenshot laptop w/ bspwm + polybar

Screenshot laptop w/ i3wm + bumblebee status

Screenshot desktop w/ bspwm + polybar

Author

Zac Scott

About

A compilation of my dot files throughout my Arch expedition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published