项目作者: eathtespagheti

项目描述 :
Custom bash prompt and scripts
高级语言: Shell
项目地址: git://github.com/eathtespagheti/bash-things.git
创建时间: 2019-11-19T00:49:50Z
项目社区:https://github.com/eathtespagheti/bash-things

开源协议:GNU General Public License v3.0

下载


bash-things

A collection of .bashrc setups and bash functions/scripts I often use for configuring and managing my machines (for both Arch Linux and macOS)

Installing

Just run one of these two commands from your home directory, the first one use curl and the othe wget. The script will automatically find your Operating System and install the right things.

curl

  1. curl -o install.sh https://gitlab.com/eathtespagheti/bash-things/raw/master/install.sh && chmod +x install.sh && ./install.sh && rm install.sh

wget

  1. wget -q https://gitlab.com/eathtespagheti/bash-things/raw/master/install.sh && chmod +x install.sh && ./install.sh && rm install.sh

Updating

You can update bash-things with the update script found in scripts/bash-things-update.sh or just using the alias bash-things-update

trueline

I’m using trueline by petobens on GitHub, for setting it up check his project

pure

I’m using pure by @sindresorhus on GitHub, for setting it up check his project