Skip to content

chevcast/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chev's .dotfiles

This is my personal development environment. You are welcome to use it or borrow from it. I'm doing my best to keep all of it as portable as possible, but I make no guarantees. If you find any issues please feel free to submit a PR or open a Github issue.

Try it out with Docker

My full development environment is about 2.22gb in size. The image contains almost everything I'd ever need for nearly any app I'm working on. Most folks wanting to try it out are likely just looking for my Neovim setup. So, I have created a slimmed down Alpine image that is 300.52mb in size. It contains only what is needed to run my full Neovim setup and nothing extra.

My full development environment image (2.22gb)

docker run -it chevcast/devenv

Alpine Neovim image (300.52mb)

docker run -it chevcast/nvim

You can even edit your own files with my Neovim setup by mounting a volume to the container and specifying the path for Neovim to open.

docker run -itv /path/to/your/files:/yourfiles chevcast/nvim /yourfiles

Installation

  1. Clone the repository into a place of your choosing.

    git clone [email protected]:chevcast/.dotfiles.git
  2. Run the install script.

    Note that the install script does NOT automatically back up any existing configuration files. Run at your own risk. If you want to try out the setup before installing then see above for how to run the setup in a Docker container.

    cd .dotfiles && install.sh
  3. ???

  4. Profit!

What's Included

Neovim Plugin Manager

Neovim Plugins (92)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published