Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bookiu/dotfiles
My Linux Dotfiles
https://github.com/bookiu/dotfiles
Last synced: about 1 month ago
JSON representation
My Linux Dotfiles
- Host: GitHub
- URL: https://github.com/bookiu/dotfiles
- Owner: bookiu
- Created: 2014-04-08T06:35:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T12:23:30.000Z (4 months ago)
- Last Synced: 2024-09-11T08:53:52.007Z (4 months ago)
- Language: Shell
- Size: 4.66 MB
- Stars: 0
- Watchers: 2
- 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/[email protected]
go install -v github.com/fatih/[email protected]
go install -v github.com/josharian/[email protected]
go install -v github.com/haya14busa/goplay/cmd/[email protected]
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```