Skip to content

antonve/dotfiles

Repository files navigation

dotfiles

Credits

Originally based on/inspired by the following dotfiles, then tweaked to setup my environment.

Installation

$ git clone --recursive git@github.com:antonve/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ ./install

Filter what to provision

# Example which only runs homebrew
$ ./install --tag homebrew

Not yet automated

Using kotlin-language-server

  1. Download server.zip from the releases page.
  2. Unzip the file in a convenient directory, for example inside ~/lsp/kotlin/.
"languageserver": {
 "kotlin": {
   "command": "~/lsp/kotlin/server/bin/kotlin-language-server",
   "filetypes": ["kotlin"]
 }
}

Releases

No releases published

Packages

No packages published