feat: remove trash-cli from package installation and update VSCode icon theme to vscode-icons
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 28s
Nix Format Check / check-format (push) Failing after 1m29s
Python Lint Check / check-python (push) Failing after 18s

This commit is contained in:
Menno van Leeuwen 2025-05-20 14:22:23 +02:00
parent 21c4b17f76
commit 5041d64a39
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
3 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@ alias la='l -a'
alias cat='bat' alias cat='bat'
alias du='dust' alias du='dust'
alias df='duf' alias df='duf'
alias rm="trash-put"
alias augp='sudo apt update && sudo apt upgrade -y && sudo apt autopurge -y && sudo apt autoclean' alias augp='sudo apt update && sudo apt upgrade -y && sudo apt autopurge -y && sudo apt autoclean'
# Docker Aliases # Docker Aliases

View File

@ -36,7 +36,6 @@
name: name:
- git - git
- vim - vim
- trash-cli
- curl - curl
- wget - wget
- httpie - httpie

View File

@ -6,7 +6,7 @@
"*": true "*": true
}, },
"git.autofetch": true, "git.autofetch": true,
"workbench.iconTheme": "icons", "workbench.iconTheme": "vscode-icons",
"[jsonc]": { "[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },