sudo apt-get install git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Make sure version > 0.10.x
brew install neovim
or
sudo apt-get install neovim
sudo apt-get install tmux
brew install oh-my-posh
sudo apt-get install stow
download at https://www.jetbrains.com/lp/mono/
cd ~
mkdir dotfiles && cd dotfiles
git clone https://github.com/MrFlip0815/Config.git
cp -rp Config/. ~/dotfiles
rm -rf Config
stow . --adopt
git restore .