Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.7 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.7 KB

Dotfiles

zsh

Using oh-my-zsh, because it's awesome! Accompanied by .zshrc, which is mostly just fine-tuning oh-my-zsh, with addition of some custom aliases to be faster at common tasks, e.g. a roll-my-own wd for a primitive working dir aliases and global variables (might not be the best idea, but it works for me).

git

Global .gitconfig and .gitignore ignoring common OS and editor files.

editor

EditorConfig file, shared between editors.

Prettier config for pretty code across supported files.

A very basic Vim config using native vim 8 package manager (see :help packages). Configured for use here and there, with the goal of fast open time, for example for use with git (commit, rebase, etc.). Using vim-sensible, vim-git and some custom config for spell checking and better search.

packages

Lists of packages and apps installed via Homebrew and npm. Also a reference list of Homebrew taps added, to enable automatic packages restore.

Notes

Install ffmpeg using brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265 Not supported in brew v2.0. Best option is to hope for sensible defaults.