1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

"up" now does brew update

- VSCode - shift+esc - to hide side panel
- VSCode- Settings  -cleanup, added better comment settings
This commit is contained in:
Pratik Tripathy
2023-08-02 11:25:46 +05:30
parent 674859b114
commit 075426740e
4 changed files with 63 additions and 17 deletions
+1 -1
View File
@@ -1 +1 @@
alias up="sudo pkcon refresh && sudo pkcon update && distup && autorem && rustup update"
alias up="sudo pkcon refresh && sudo pkcon update && sudo apt dist-upgrade && sudo apt autoremove && rustup update && brew update"