https://github.com/viegphunt/auto-setup-lt
Automates setup Linux Terminal
https://github.com/viegphunt/auto-setup-lt
linux nerd-fonts nvim oh-my-posh terminal wsl wsl2 zsh
Last synced: about 1 month 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T13:38:13.000Z (about 2 months ago)
- Last Synced: 2025-03-05T14:27:49.246Z (about 2 months ago)
- Topics: linux, nerd-fonts, nvim, oh-my-posh, terminal, wsl, wsl2, zsh
- Language: Lua
- Homepage:
- Size: 4.81 MB
- Stars: 7
- 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 my Linux Terminal## Necessary
> [!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 have already been installed on your system by default. Creating a package uninstallation script could potentially affect your previous system.## 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)"
```### Fedora
```
sudo dnf update -y
bash -c "$(curl -fSL https://raw.githubusercontent.com/ViegPhunt/auto-setup-LT/main/fedora.sh)"
```