Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bookiu/dotfiles

My Linux Dotfiles
https://github.com/bookiu/dotfiles

Last synced: about 1 month 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/[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

```