Skip to content

Instantly share code, notes, and snippets.

View 0x4007's full-sized avatar
🕶️
shadowy super pull request reviewing

アレクサンダー.eth 0x4007

🕶️
shadowy super pull request reviewing
View GitHub Profile
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install node
node -e "console.log('Running Node.js ' + process.version)"
sudo spctl --master-disable
@0x4007
0x4007 / apt.sh
Created July 4, 2019 03:02
Auto Upgrade OS
dpkg --configure -a && sudo apt-get update
yes | apt-get upgrade
yes | apt autoremove
@0x4007
0x4007 / disable-ds-store.sh
Created June 25, 2019 03:56
Disable .DS_Store
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
ln -s /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code /usr/local/bin/vsc