Frederick Mwangi Backend/SysAdmin Creating, Deconstructing, and Tinkering with complex systems

Install and Use mps-youtube on macOS / OSX

To install and use mps-youtube you will need both Python3 I am using macOS El Capitan Install Brew if you do not have it.

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

Jump to the Top or Bottom of Websites in Safari on macOS

One of my favorite features in iOS is the ability to jump to the top of any App by simply tapping on the title bar (top bar that shows the time). Thankfully this feature is also available from within macOS.

Setup and Use Plugins in Vim on macOS

Install Brew if you do not have it.

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

Install Vim with Brew

brew install vim

Create the plugin directory under ~/.vim/

mkdir ~/.vim/plugin

Copy plugin file into that folder

cp location/of/plugin/foobar.vim ~/.vim/plugin/foobar.vim

Now you can use the plugin in Vim.