https://github.com/bookiu/dotfiles
My Linux Dotfiles
https://github.com/bookiu/dotfiles
Last synced: 5 months ago
JSON representation
My Linux Dotfiles
- Host: GitHub
- URL: https://github.com/bookiu/dotfiles
- Owner: bookiu
- Created: 2014-04-08T06:35:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T03:25:23.000Z (about 1 year ago)
- Last Synced: 2025-03-24T18:25:51.881Z (9 months ago)
- Language: Shell
- Size: 4.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
# install dotbot
```shell
pip install dotbot
dotbot -d ~/.dotfiles -c ~/.dotfiles/dotbot.yaml
```
# tools
fzf
ack
# Lang
## golang
```bash
go install -v github.com/cweill/gotests/gotests@v1.6.0
go install -v github.com/fatih/gomodifytags@v1.16.0
go install -v github.com/josharian/impl@v1.1.0
go install -v github.com/haya14busa/goplay/cmd/goplay@v1.0.0
go install -v github.com/go-delve/delve/cmd/dlv@latest
go install -v honnef.co/go/tools/cmd/staticcheck@latest
go install -v golang.org/x/tools/gopls@latest
go install -v golang.org/x/tools/cmd/goimports@latest
```