i3 Release: Lean, Fast, and Custom-Crafted for Performance #35
dillacorn
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installation Directions
Step 1: Install
git
µ
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 usercd
# Navigate to the sudo user's home directorygit 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
executablePlease 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
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!
This discussion was created from the release i3 Release: Lean, Fast, and Custom-Crafted for Performance.
Beta Was this translation helpful? Give feedback.
All reactions