root@anto426: ~/auto-setup-lt (main⚡)$ cat rules.txt
- 🔤 Make sure you are using a standard Nerd Font in your terminal.
- 💾 Always create a system backup before running terminal bootstrap scripts.
- 🚫 Uninstallation tasks are ignored to prevent damage to default system tools.
- 🖼️ The script places '~/neofetch-random.sh' and an ASCII fastfetch fallback; VS Code terminals use ASCII, native terminals use Kitty direct images without persistent Fastfetch image cache.root@anto426: ~/auto-setup-lt (main⚡)$ ./bootstrap.shArch Linux, EndeavourOS, Manjaro, etc.
sudo pacman -Syu --noconfirm
bash -c "$(curl -fSL https://raw.githubusercontent.com/Arch-repo/auto-setup-LT/main/arch.sh)"Ubuntu, Kali Linux, Linux Mint, etc.
sudo apt update && sudo apt upgrade -y
bash -c "$(curl -fSL https://raw.githubusercontent.com/Arch-repo/auto-setup-LT/main/debian.sh)"root@anto426: ~/auto-setup-lt (main⚡)$ cat connections.json
{
"dotfiles_source": "https://github.com/Arch-repo/dotfiles",
"sync_environment": "~/.local/share/anto426/sync.env",
"embedded_mode": "AUTO_SETUP_EMBEDDED=1 lets Arch-Hyprland use only the terminal/base tooling flow",
"full_dotfiles_packages": "AUTO_SETUP_RUN_DOTFILES_INSTALLER=1 opts into ~/.config/anto426/install_archpkg.sh"
}
Configured by anto426

