A simple script to automate the setup of my personalized Linux terminal environment.
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.
Example: Arch Linux, EndeavourOS, Manjaro, etc.
sudo pacman -Syu --noconfirm
bash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/arch.sh)"Example: Ubuntu, Kali Linux, Linux Mint, etc.
sudo apt update && sudo apt upgrade -y
bash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/debian.sh)"This repo contains all my dotfiles: Dotfiles.
If you find this repo useful or have any suggestions, feel free to open an issue or submit a pull request.

