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: 5 months ago
JSON representation

My Linux Dotfiles

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

```