feat: remove trash-cli from package installation and update VSCode icon theme to vscode-icons
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -27,7 +27,6 @@ alias la='l -a'
|
||||
alias cat='bat'
|
||||
alias du='dust'
|
||||
alias df='duf'
|
||||
alias rm="trash-put"
|
||||
alias augp='sudo apt update && sudo apt upgrade -y && sudo apt autopurge -y && sudo apt autoclean'
|
||||
|
||||
# Docker Aliases
|
||||
|
@@ -36,7 +36,6 @@
|
||||
name:
|
||||
- git
|
||||
- vim
|
||||
- trash-cli
|
||||
- curl
|
||||
- wget
|
||||
- httpie
|
||||
|
@@ -6,7 +6,7 @@
|
||||
"*": true
|
||||
},
|
||||
"git.autofetch": true,
|
||||
"workbench.iconTheme": "icons",
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
|
Reference in New Issue
Block a user