This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/colorscript.sh

9 lines
311 B
Bash
Raw Permalink Normal View History

#!/bin/sh
git clone https://gitlab.com/dwt1/shell-color-scripts.git
2021-04-21 01:20:42 +02:00
cp -rfv ./shell-color-scripts/colorscripts ~/.local/bin/
cp -fv ./shell-color-scripts/colorscript.sh ~/.local/bin/colorscript
chmod 755 ~/.local/bin/colorscript
2021-04-21 01:20:42 +02:00
sed -i '5s|/opt/shell-color-scripts|$HOME/.local/bin|' ~/.local/bin/colorscript