-
Notifications
You must be signed in to change notification settings - Fork 135
/
clean.sh
executable file
·46 lines (43 loc) · 1.04 KB
/
clean.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
rm -rf ~/.macbootstrap/
rm -rf /Applications/MacVim.app/
rm -rf /Applications/Snap.app/
rm -f /usr/local/bin/gvim
brew cask uninstall iterm2
brew cask uninstall sourcetree
brew cask uninstall google-chrome
brew cask uninstall coderunner
brew cask uninstall the-unarchiver
brew cask uninstall visual-studio-code
brew cask uninstall jetbrains-toolbox
brew uninstall wget
brew uninstall gnu-sed
brew uninstall autojump
brew uninstall cmake
brew uninstall nvm
brew uninstall ctags
brew uninstall gawk
brew uninstall coreutils
brew uninstall exiv2
brew uninstall ssh-copy-id
brew uninstall imagemagick
brew uninstall catimg
brew uninstall redis
brew uninstall gpg
brew uninstall icdiff
brew uninstall scmpuff
brew uninstall fzf
brew uninstall exiftool
brew uninstall git-lfs
brew uninstall cloc
# npm clean
npm uninstall -g gnomon
npm uninstall -g vue-cli
npm uninstall -g eslint-plugin-html
npm uninstall -g sequelize-auto
npm uninstall -g bash-language-server
rm -f ~/.zshrc
rm -f ~/.vimrc
rm -f ~/.gitconfig
rm -f ~/.ssh/config
rm -rf ~/.vim
rm -rf ~/.oh-my-zsh