Skip to content

Commit 3cec738

Browse files
committed
update
1 parent 7975a55 commit 3cec738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linux-dev-host.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ sudo apt install docker docker-compose
3131

3232
# GIT tooling
3333
sudo apt install git git-lfs gitk git-gui git-cola
34+
git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
3435

3536
# Various productivity tools
3637
sudo apt install gparted inkscape gimp krita digikam darktable gthumb shotwell gwenview thunar dia libreoffice
@@ -45,5 +46,5 @@ sudo apt install python3 python3-venv
4546
sudo apt install sqlite3 libsqlite3-dev rrdtool librrd-dev
4647

4748
# Interesting Python packages to install in virtual env
48-
python3 -m pip install pip --upgrade
49+
python3 -m pip install --upgrade pip
4950
pip3 install setuptools black pylint mypy pywal bs4 serial mysql.connector --upgrade

0 commit comments

Comments
 (0)