Skip to content

Releases: dillacorn/deb12-i3-dots

i3 Release: Lean, Fast, and Custom-Crafted for Performance

02 Oct 13:35
d0f3be8
Compare
Choose a tag to compare

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 Executable

Please 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/or sddm (default display manager) and Restart Your System

sudo apt remove gdm3 sddm
sudo reboot now

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!

Feel free to add to the discussions if you have any issues.

Automated Dotfile Deployment and Alacritty Build Script

26 Sep 15:23
509ea7a
Compare
Choose a tag to compare

Installation Directions

Step 1: Install git

sudo apt install git -y

Step 2: Clone the Directory to Your Home Folder

git clone https://github.com/dillacorn/i3-dots

Step 3: Navigate to the Cloned Directory

cd ~/i3-dots

Step 4: Make setup_installer.sh Executable

Please 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 from source 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.

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/or sddm (default display manager) and Restart Your System

sudo apt remove gdm3 sddm

sudo reboot now

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!

Feel free to add to the discussions if you have any issues.

Automated Dotfile Deployment and Alacritty Build Script

24 Sep 12:58
177983c
Compare
Choose a tag to compare

Installation Directions

Step 1: Install git

sudo apt install git -y

Step 2: Clone the Directory to Your Home Folder

git clone https://github.com/dillacorn/i3-dots

Step 3: Navigate to the Cloned Directory

cd ~/i3-dots

Step 4: Make setup_installer.sh Executable

Please 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 from source 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.

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/or sddm (default display manager) and Restart Your System

sudo apt remove gdm3 sddm

sudo reboot now

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!

Feel free to add to the discussions if you have any issues.

Automated Dotfile Deployment and Alacritty Build Script

22 Sep 00:56
6274728
Compare
Choose a tag to compare

Installation Directions

Step 1: Install git

sudo apt install git -y

Step 2: Clone the Directory to Your Home Folder

git clone https://github.com/dillacorn/dotfiles

Step 3: Navigate to the Cloned Directory

cd ~/dotfiles

Step 4: Make setup_installer.sh Executable

Please 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 from source run this script:

cd ~/dotfiles/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.

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/or sddm (default display manager) and Restart Your System

sudo apt remove gdm3 sddm

sudo reboot now

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!

Feel free to add to the discussions if you have any issues.

Full Changelog: https://github.com/dillacorn/dotfiles/commits/v1.1-dotfiles+app_install+alacritty+build-automation

Automated Dotfile Deployment and Alacritty Build Script

13 Sep 15:10
a45c252
Compare
Choose a tag to compare

Installation Directions

Step 1: Install git

sudo apt install git -y

Step 2: Clone the Directory to Your Home Folder

git clone https://github.com/dillacorn/dotfiles

Step 3: Navigate to the Cloned Directory

cd ~/dotfiles

Step 4: Make setup_installer.sh Executable

Please 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 from source run this script:

cd ~/dotfiles/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.

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/or sddm (default display manager) and Restart Your System

sudo apt remove gdm3 sddm

sudo reboot now

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!

Feel free to add to the discussions if you have any issues.

Full Changelog: https://github.com/dillacorn/dotfiles/commits/v1.0-dotfiles-alacritty-automation