- Install fish shell using Homebrew
brew install fish
- Install Oh-My-Fish framework
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
omf help
brew doctor | |
brew tap homebrew/dupes | |
brew update | |
brew upgrade | |
brew install findutils --with-default-names | |
brew install gnu-sed --with-default-names | |
brew install gnu-tar --with-default-names | |
brew install gnu-which --with-default-names | |
brew install gnu-indent --with-default-names | |
brew install gnutls --with-default-names |
package net.nelanka.akka_sandbox.cluster_sharding.experiments | |
import scala.concurrent.Await | |
import scala.concurrent.duration._ | |
import scala.language.postfixOps | |
import scala.util.{Failure, Success} | |
import akka.actor.{Actor, ActorRef, ActorSystem, FSM, Props, Terminated} | |
import akka.cluster.Cluster | |
import akka.cluster.sharding.ShardCoordinator.LeastShardAllocationStrategy |
import org.json4s._ | |
import org.json4s.native.JsonMethods._ | |
val json: String = ??? | |
println("Response: " + compact(render(json))) |
# Path to Oh My Fish install. | |
set -gx OMF_PATH "/Users/nelanka/.local/share/omf" | |
# Load oh-my-fish configuration. | |
source $OMF_PATH/init.fish | |
# vi mode | |
set fish_key_bindings fish_vi_key_bindings | |
# Helpers for changing directories |
# ~/.oh-my-zsh/themes/nelanka.zsh-theme | |
# Nelanka's Oh My Zsh Theme | |
# Characters | |
SEGMENT_SEPARATOR="\ue0b0" # | |
PLUSMINUS="\u00b1" # ± | |
BRANCH="\ue0a0" # | |
DETACHED="\u27a6" # ➦ | |
CROSS="\u2718" # ✘ | |
LIGHTNING="\u26a1" # ⚡ |
Vundle is a package manager for Vim. It lets you install things like Solarized colors and Airline easily.
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim