Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.98 KB

README.md

File metadata and controls

76 lines (49 loc) · 1.98 KB

It's my personnal setup script to deploy the same configuration on all my environments

Setup

Setup tested on:

  • Manjaro 21.0
  • 🚧 Debian Buster (todo)
  • 🚧 macOs Big Sur (todo)

Usage

command format ./run.sh install|configure [OPTIONS] example usage ./run.sh install -p "asdf forgit" to only install and configure asdf and forgit packages

Mode:

i | install
Run install & configure

c | configure
Only run configure

u | update
Update packages

options

-p | --packages "asdf forgit"
Install/configure only certains packages

-g | --gist user/gistID
Use an gist to batch install packages available in repositories of your distribution

Install + configure

Full install

./install.sh

Install only certain packages

./install.sh "asdf powerlevel10k"

Only configure

Configure all

./configure.sh

Configure only certain packages

./configure.sh "asdf powerlevel10k"

Dependencies

ZSH dependencies

Themes