Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 946 Bytes

README.md

File metadata and controls

59 lines (41 loc) · 946 Bytes

README.md

dotfiles

Color Schema

# Current Directory: Any Directory for Cloning Color Schema Repository
# Clone Color Schema Repository
$ git clone https://github.com/tomasr/molokai.git

# Create Directory for Vim Color Schema
$ mkdir -p ~/.vim/colors

# Create Symbolic link to Color Schema file
$ ln -s $(pwd)/molokai/colors/molokai.vim ~/.vim/colors

Bookmarks

# Create bookmarks directory
$ mkdir ~/.bookmarks

# Link Directory Shortcut
# ln -s ${some_directory} ${some_shortcut}

NVM

# Install
$ PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash'

bat

# Install on macOS
$ brew install bat

# Install on Ubuntu
$ sudo apt install bat
$ mkdir -p ~/bin
$ ln -s /usr/bin/batcat ~/bin/bat

mpv

# Install
$ brew install mpv