/shell-config

Shell configurations which I use

Primary LanguageShellApache License 2.0Apache-2.0

About

shell-config is really just my personal shell configurations. So, yeah.

Usage

Download and install Sauce Code Pro Nerd Font first.

Bash

Please install first using a non-root user. If your non-root user needs sudo to install Starship, add the -s parameter to the invocation of the install script.

git clone https://github.com/rfpludwick/shell-config
shell-config/bash/install/main.sh [-s (sudo for Starship install)]

Installing without git on the system?

wget -qO- https://raw.githubusercontent.com/rfpludwick/bash-config/main/bash/install/no-git.sh | bash -s [-- -s (sudo for Starship install)]

If you want to setup the root user too, then run bash/install/main.sh as root.