Table of Contents
Preview
Screenshots
Important Notes
IMPORTANT
Make sure you used Nerd Fonts
IMPORTANT
Install a backup tool and create a system backup before using this script.
NOTE
This script does not include package uninstallation, as some packages may already exist on your system by default. Creating an uninstallation script could potentially affect your current setup.
Installation
Arch-based Distributions
Example: Arch Linux, EndeavourOS, Manjaro, etc.
sudo pacman -Syu --noconfirmbash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/arch.sh)"Debian-based Distributions
Example: Ubuntu, Kali Linux, Linux Mint, etc.
sudo apt update && sudo apt upgrade -ybash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/debian.sh)"Dotfiles Repo
This repo contains all my dotfiles: Dotfiles.
Feedback
If you find this repo useful or have any suggestions, feel free to open an issue or submit a pull request.