All Projects → blacktop → go-dev

blacktop / go-dev

Licence: MIT License
Golang Dev Env Dockerfile

Programming Languages

Vim Script
2826 projects
shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to go-dev

Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (+458.82%)
Mutual labels:  zsh, oh-my-zsh, neovim
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+964.71%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.
Stars: ✭ 185 (+988.24%)
Mutual labels:  zsh, neovim
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (+11.76%)
Mutual labels:  zsh, oh-my-zsh
Neovim Config
Neovim configuration
Stars: ✭ 180 (+958.82%)
Mutual labels:  zsh, neovim
Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (+964.71%)
Mutual labels:  zsh, neovim
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+1129.41%)
Mutual labels:  zsh, neovim
Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (+852.94%)
Mutual labels:  zsh, oh-my-zsh
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+92535.29%)
Mutual labels:  zsh, oh-my-zsh
Dot
These are my dot files. I've primarily been a MacOS user for most of the time I've been collecting dotfiles, but I've recently switched to Linux. I primarily use Arch, Arco, Manjaro, or some other Arch based distro; so that's where I take my que.
Stars: ✭ 232 (+1264.71%)
Mutual labels:  zsh, neovim
zsh-ipip
🔩 An oh-my-zsh plugin for IPIP
Stars: ✭ 13 (-23.53%)
Mutual labels:  zsh, oh-my-zsh
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+894.12%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+12941.18%)
Mutual labels:  zsh, neovim
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+982.35%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+882.35%)
Mutual labels:  zsh, oh-my-zsh
Twf
Standalone tree view file explorer, inspired by fzf.
Stars: ✭ 196 (+1052.94%)
Mutual labels:  zsh, neovim
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+120511.76%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
📍 My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (+788.24%)
Mutual labels:  zsh, neovim
Zsh Theme
Yet another zsh theme
Stars: ✭ 153 (+800%)
Mutual labels:  zsh, oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+1135.29%)
Mutual labels:  zsh, oh-my-zsh

go-dev

License Docker Stars Docker Pulls Docker Image

Golang Dev Env Dockerfile


Dependencies

Getting Started

Clone the repo you want to work on and then:

$ git clone https://github.com/maliceio/engine.git
$ cd engine
$ docker run --init -it --rm -v `pwd`:/go/src/github.com/maliceio/engine blacktop/go-dev

Or map your $GOPATH inside the container:

$ alias gvim="docker run --init -it --rm -v $GOPATH:/go -v /etc/localtime:/etc/localtime:ro blacktop/go-dev"

Features

  • language: golang - 1.12.1
  • editor: neovim - 0.3.1
  • shell: zsh (should I switch to fish?)

vim

Colorschemes

Solarized Dark (default): ,bz

screenshot1

NOTE: I am using the solarized iterm2 theme, if you aren't using it you might see weird results for the default theme. See Issue #1

PaperColor: ,bp

screenshot2

Fonts

Want that beautiful menlo (default on macOS) font?

Check out the NOTES.md

License

MIT Copyright (c) 2017-2019 blacktop

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].