this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Brewfile

+10
+9
Brewfile
··· 30 30 brew 'wget' 31 31 brew 'universal-ctags', args: %w(HEAD) 32 32 brew 'httpie' 33 + brew 'diff-so-fancy' 34 + brew 'jpegoptim' 33 35 34 36 # DB 35 37 brew 'postgresql' 36 38 brew 'redis' 39 + 40 + # Multimedia 41 + brew 'ffmpeg' 42 + brew 'youtube-dl' 43 + brew 'imagemagick' 44 + 45 + # vi: ft=ruby
+1
git/config
··· 1 1 [core] 2 2 editor = nvim 3 + pager = "diff-so-fancy | less --tabs=4 -RFX" 3 4 4 5 [alias] 5 6 ai = add -i