Skip to content

Instantly share code, notes, and snippets.

@tcostam
Last active December 28, 2020 02:10
Show Gist options
  • Save tcostam/7eb04bfa0949a77d6fec3e63cfc06e60 to your computer and use it in GitHub Desktop.
Save tcostam/7eb04bfa0949a77d6fec3e63cfc06e60 to your computer and use it in GitHub Desktop.
Computer Environment Setup

Computer Environment Setup

Basic Environment

Ad-free Youtube CLI.

  1. Install mps-youtube
  2. Install mpv player
  3. Configure mpsyt
  • set search_music False
  • set playerargs --ontop --screen=1

Coding Environment

TMUX

Screen

FZF

  • sudo apt install fzf

NVM

Pyenv

Autojump

ZSH and Oh-My-Zsh

Install plugins:

VIM

Install plugins

  • lightline
  • NERDTree
    • git clone https://github.com/preservim/nerdtree.git ~/.vim/pack/vendor/start/nerdtree
  • Ale
    • git clone --depth 1 https://github.com/dense-analysis/ale.git ~/.vim/pack/git-plugins/start/ale
  • Iceberg colorscheme
    • git clone https://github.com/cocopon/iceberg.vim.git
    • cd iceberg.vim; mv ./colors/iceberg.vim ~/.vim/colors
  • Indent Line
    • https://github.com/Yggdroot/indentLine
    • git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLine
    • cd ~/.vim/pack/vendor/start; vim -u NONE -c "helptags ~/.vim/pack/vendor/start/indentLine/doc" -c q
  • Vim surround

Dotfiles

Mac Specifics

Iterm2

  • Install iterm2

Linux Specifics

Terminator

  • Install terminator
    • sudo apt install terminator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment