add Idea Go support, privoxy, virtualbox
This commit is contained in:
parent
f83707dac8
commit
e706938306
@ -5,6 +5,26 @@
|
|||||||
|
|
||||||
## Go
|
## Go
|
||||||
|
|
||||||
|
- Open `File` -> `Settings` -> `Plugins` -> `Browse Repositories` -> `Manage repositories...` -> `Add`
|
||||||
|
|
||||||
|
- Paste `https://plugins.jetbrains.com/plugins/alpha/5047`
|
||||||
|
|
||||||
|
- Press `OK`
|
||||||
|
|
||||||
|
- Press `reload`
|
||||||
|
|
||||||
|
- Search `GO`
|
||||||
|
|
||||||
|
- Install plugin `GO`
|
||||||
|
|
||||||
|
#### Higher version not supported ?
|
||||||
|
[Not able to install go lang plugin on intellij 2017.2 community edition](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/2897)
|
||||||
|
|
||||||
|
#### Add GOPATH
|
||||||
|
|
||||||
|
- Open `File` -> `Settings` -> `Languages & Frameworks` -> `GO` -> `Go Libraries` -> `Project Libraries`
|
||||||
|
|
||||||
|
- Add project root directory
|
||||||
|
|
||||||
## Python
|
## Python
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
sudo apt update && sudo apt install -y \
|
sudo apt update && sudo apt install -y \
|
||||||
vim \
|
vim \
|
||||||
|
tree \
|
||||||
httpie \
|
httpie \
|
||||||
keepass2 \
|
keepass2 \
|
||||||
thunderbird
|
thunderbird \
|
||||||
|
privoxy
|
||||||
|
Loading…
Reference in New Issue
Block a user