feat: debian setup, codepsaces install

This commit is contained in:
2024-03-08 00:04:34 +00:00
parent 858f791afd
commit d9283511a3
11 changed files with 24 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
if ! command -v "neofetch" &>/dev/null; then
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
sudo apt-get install -qq neofetch
sudo apt-get install neofetch -qq
elif [[ "$OSTYPE" == "darwin"* ]]; then
brew install neofetch
fi