Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vietpq685/auto-setup-lt

Automates setup Linux Terminal
https://github.com/vietpq685/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

Awesome Lists containing this project

README

        

# Auto Setup Linux Terminal
This script automates setup my Linux Terminal

### Necessary
Make sure you used **Nerd Fonts**

## Installation
### Arch Linux
```
sudo pacman -Syu --noconfirm
bash -c "$(curl -fSL https://bit.ly/aslt-arch-sh)"
```

### Ubuntu and Debian
```
sudo apt update && sudo apt upgrade -y
bash -c "$(curl -fSL https://bit.ly/aslt-ubuntu-sh)"
```

### Fedora
```
sudo dnf update -y
bash -c "$(curl -fSL https://bit.ly/aslt-fedora-sh)"
```