Installing common packages

This will instal my most used packages: git, python and thefuck

remote> sudo pkg install git
remote> sudo pkg install python3.6
remote> sudo pkg install py36-sqlite3
remote> cd /usr/local/bin
remote> sudo ln -s python3.6 python
remote> sudo python -m ensurepip
remote> sudo pip3 install thefuck

setup oh_my_zsh for the user

remote> sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
remote> vim ~/.zshrc

if you want to also set up oh_my_zsh for root:

remote> sudo zsh
root@remote> sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
root@remote> vim ~/.zshrc
root@remote> exit