https://github.com/viegphunt/auto-setup-lt
Automates setup Linux Terminal
https://github.com/viegphunt/auto-setup-lt
dracula-color-scheme linux nerd-fonts nvim oh-my-posh terminal tmux wsl zsh
Last synced: 5 months ago
JSON representation
Automates setup Linux Terminal
- Host: GitHub
- URL: https://github.com/viegphunt/auto-setup-lt
- Owner: ViegPhunt
- Created: 2024-11-19T13:34:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-09T06:17:15.000Z (5 months ago)
- Last Synced: 2025-05-09T07:28:13.297Z (5 months ago)
- Topics: dracula-color-scheme, linux, nerd-fonts, nvim, oh-my-posh, terminal, tmux, wsl, zsh
- Language: Shell
- Homepage:
- Size: 7.67 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Setup Linux Terminal
This script automates setup of my Linux Terminal## Table of Contents
- [Auto Setup Linux Terminal](#auto-setup-linux-terminal)
- [Table of Contents](#table-of-contents)
- [Important Notes](#important-notes)
- [Visuals](#visuals)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Arch Linux](#arch-linux)
- [Ubuntu and Debian](#ubuntu-and-debian)## 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.> [!NOTE]
> This is my dotfiles repo: [`dotfiles`](https://github.com/ViegPhunt/Dotfiles)## Visuals
### Screenshots

## Installation
### Arch Linux
```
sudo pacman -Syu --noconfirm
bash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/arch.sh)"
```### Ubuntu and Debian
```
sudo apt update && sudo apt upgrade -y
bash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/ubuntu.sh)"
```