i3 Release: Lean, Fast, and Custom-Crafted for Performance #24
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 apt install git -y
Step 2: Clone the Directory to Your Home Folder
su - sudo_user_name # Make sure you're logged in as the sudo user you want to use
cd # Make sure you're in the sudo user's home folder
git clone https://github.com/dillacorn/i3-dots
Step 3: Navigate to the Cloned Repo
cd ~/i3-dots
Step 4: Make
setup_installer.sh
ExecutablePlease review the setup_installer.sh script before executing it. It's good practice to check scripts before running them.
chmod +x setup_installer.sh
Note:
This script also runs the following scripts:
+ optionally installs Alacritty from source: (yes/no)
+ IF you need to uninstall Alacritty run this script:
cd ~/i3-dots/scripts
chmod +x uninstall_alacritty.sh
sudo ./uninstall_alacritty.sh
Step 5: Run the Installation Script
Please review the setup_installer.sh script before running it.
Note: now works on SUPER minimal TTY (core) Debian 12 installs now!
Including Debian 12 based server installs!
sudo ./setup_installer.sh
Optional: Remove Display Managers
WARNING
Know your
$USER
name/alias BEFORE removing your display manager!Run This Command to Get Your Username
echo $USER
Remove
gdm3
and/orsddm
(default display manager) and Restart Your Systemsudo apt remove gdm3 sddm
sudo reboot now
After Reboot, You'll be in the TTY Login Screen
Run This Command to start
i3
startx
I Hope You Encounter Zero Issues!
Feel free to add to the discussions if you have any issues.
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