Skip to content

Instantly share code, notes, and snippets.

View metaphorical's full-sized avatar
💾
save as

Rastko Vukašinović metaphorical

💾
save as
View GitHub Profile
# To install golag on MacOSX using brew and make sure everything is brewed in properly
export GOPATH="${HOME}/.go"
export GOROOT="$(brew --prefix golang)/libexec"
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
test -d "${GOPATH}" || mkdir "${GOPATH}"
test -d "${GOPATH}/src/github.com" || mkdir -p "${GOPATH}/src/github.com"
brew install go
@metaphorical
metaphorical / npm_EACCES.md
Created May 10, 2015 17:41
solve "npm WARN locking Error: EACCES"

###To solve: npm WARN locking Error: EACCES

sudo chown -R $(whoami) $HOME/.npm
@metaphorical
metaphorical / Mint-shortcut-VSCode.md
Last active March 16, 2023 12:17
Add shortcut to Application menu in Linux Mint

#Add shortcut to Application menu in Linux Mint

Example will be setting up VS Code on Mint and add shortcut to menu and panel.

Actually, it is really easy, you can just download ir from website, unzip in desired folder and run from there, so this is just about a way to add shourtcut where you want it.

##Download

https://code.visualstudio.com/Download