Skip to content

Commit

Permalink
Add codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed May 4, 2023
1 parent 6cc8559 commit 210f08f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ dotfiles

http://linuxg.net/how-to-install-vim-7-4-on-ubuntu-13-10-13-04-12-04-linux-mint-16-15-13-and-debian-sid/

## codespaces
https://github.com/codespaces
```
gh codespace create --devcontainer-path ".devcontainer/buildimage/devcontainer.json" --repo kastenhq/k10 --machine basicLinux32gb --branch devcontainer
```

## Installtion
### Get repo
```
Expand Down
6 changes: 3 additions & 3 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ alias kns="kubens"
#export GOPATH="${HOME}/src/go"
export PATH="$PATH:${HOME}/src/go/bin"

export GOPATH="${HOME}/src/k10/go"
export GOBIN="${GOPATH}/bin"
#export GOPATH="${HOME}/src/k10/go"
#export GOBIN="${GOPATH}/bin"
export GOROOT="/usr/local/lib/go"
export GO_EXTLINK_ENABLED=0
export CGO_ENABLED=0

export PATH=$PATH:${GOBIN}
#export PATH=$PATH:${GOBIN}

# pip3 installed bins
export PATH="$PATH:${HOME}/.local/bin"
Expand Down

0 comments on commit 210f08f

Please sign in to comment.