Skip to content

ViegPhunt/auto-setup-LT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Setup Linux Terminal

A simple script to automate the setup of my personalized Linux terminal environment.

Table of Contents

Preview

Screenshots

screenshot1 screenshot2

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 --noconfirm
bash -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 -y
bash -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.

About

Automates setup Linux Terminal

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages