Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.24 KB

File metadata and controls

24 lines (21 loc) · 1.24 KB

Post-Install-Script

This is my personal post-install script and OMZ default theme.

How to use

In a Terminal window, run this command:

curl -fsSL "https://raw.githubusercontent.com/P1xel1ze/Post-Install-Script/main/main.sh" | sh -e

This will automatically start the post-install script with sh and install everything.

Requirements

This script uses APT so naturally it requires a Debian-based system. It also requires curl as you need that for running the script, and it uses it for downloading the custom themes in this repo. Curl is usually preinstalled, but if not, install it using this command:

sudo apt update && sudo apt install curl

This updates your package lists and installs Curl.

Themes

This repo and post-install script includes some ports of the Font theme from Oh-My-Bash.

  • font is an unchanged port of the theme (looks like this: 12:52:15 user@host folder →)
  • font-fullpath is a version of the port modified to show the whole path (looks like this: 12:52:15 user@host ~/all/the/folders/more/another/folder →)
  • font-partialpath is what I personally use, it is a version of the port modified to show the last 4 folders in a path (looks like this: 12:52:15 user@host folders/more/another/folder →)