Installation Directions
Step 1: Install git
& micro
sudo pacman -S git micro -y
Step 2: Clone the repository to your home directory
Ensure you're logged in as the sudo user:
su - "your_sudo_user_name"
# Make sure you're logged in as the sudo user
cd
# Navigate to the sudo user's home directory
git clone https://github.com/dillacorn/arch-i3-dots
Step 3: Navigate to the cloned directory
cd arch-i3-dots
Step 4: Make setup_installer.sh
executable
Please review the setup_installer.sh before executing it. It's good practice to check scripts before running them.
chmod +x setup_installer.sh
Note:
The script optionally runs the following scripts: (yes / or / no)
The script runs this script without user input:
Step 5: Run the installation script
Again please review the setup_installer.sh before running it.
sudo ./setup_installer.sh
Follow install steps
After Reboot, You'll be in the TTY Login Screen
- Enter your username and press ENTER.
- Enter your password and press ENTER.
Run This Command to start i3
startx
I hope you encounter zero Issues or at the very least my scripts are laid out in a way that they're easy to read and understand for personal modification!
Feel free to add to the discussions if you have any issues or questions!