Skip to content

My dotfiles/ vim plugin setup scripts/ Clojure dev environment vagrant file

Notifications You must be signed in to change notification settings

humorless/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

The scripts that can do the quick installation of neovim and related dotfiles under the Mac

Java & Clojure Dev

sdkman

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"

java

sdk list java
sdk install java  ;; lastest stable version of jdk

brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

python

brew install pyenv
pyenv init

clojure CLI tools

brew install clojure/tools/clojure

babashka

brew install borkdude/brew/babashka

neil

brew install babashka/brew/neil

clj-kondo

brew install borkdude/brew/clj-kondo

neovim

brew install neovim

Productivity Tool

autojump

brew install autojump

ack-grep

brew install ack

tmux

brew install tmux

Node Dev & cljfmt

nvm

brew install nvm

npm

nvm install <VERSION-number>

ex:

nvm install 12.0.0

cljfmt

npm install -g node-cljfmt

Others

# feeling
git bash-complete
CLICOLOR, LSCOLORS, PS1

About

My dotfiles/ vim plugin setup scripts/ Clojure dev environment vagrant file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published