Skip to content

Commit

Permalink
add ruff, gh
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Aug 12, 2023
1 parent 99c50e6 commit 11d3b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -euo pipefail

# Debian
apt-get update
apt-get install -y curl wget git
apt-get install -y --no-install-recommends curl wget git build-essential
apt-get autoremove
6 changes: 2 additions & 4 deletions py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ mkdir -p /opt/conda
sudo chown $(whoami):$(whoami) /opt/conda
sh /tmp/${CONDA} -b -u -p /opt/conda
/opt/conda/bin/conda init
. ${HOME}/.bashrc

# related libraries
/opt/conda/bin/conda install -y -c conda-forge bat ripgrep exa fd-find starship
pip install httpie flake8 black isort autoflake ipython
/opt/conda/bin/conda install -y -c conda-forge bat ripgrep exa fd-find starship gh
pip install httpie ruff black ipython
mkdir -p ${HOME}/.config
cp flake8 ${HOME}/.config/

0 comments on commit 11d3b02

Please sign in to comment.