https://github.com/ViegPhunt/auto-setup-LT
Automates setup Linux Terminal
https://github.com/ViegPhunt/auto-setup-LT
fastfetch linux nerd-fonts nvim oh-my-posh pokemon-colorscripts terminal zsh
Last synced: about 2 months ago
JSON representation
Automates setup Linux Terminal
- Host: GitHub
- URL: https://github.com/ViegPhunt/auto-setup-LT
- Owner: vietpq685
- Created: 2024-11-19T13:34:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:20:51.000Z (10 months ago)
- Last Synced: 2024-12-13T13:26:37.299Z (10 months ago)
- Topics: fastfetch, linux, nerd-fonts, nvim, oh-my-posh, pokemon-colorscripts, terminal, zsh
- Language: Lua
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Setup Linux Terminal
A simple script to automate the setup of my personalized Linux terminal environment.## Table of Contents
- [Preview](#preview)
- [Screenshots](#screenshots)
- [Important Notes](#important-notes)
- [Installation](#installation)
- [Arch-based Distributions](#arch-based-distributions)
- [Debian-based Distributions](#debian-based-distributions)
- [Dotfiles Repo](#dotfiles-repo)## 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 --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`](https://github.com/ViegPhunt/Dotfiles).## Feedback
If you find this repo useful or have any suggestions, feel free to open an issue or submit a pull request.