Skip to main content

Config

macOS apps I have installed

# Output of `ls /Applications`
1Password 7.app
2Do.app
Alfred 4.app
Android Studio.app
AppCleaner.app
Aviary.app
BetterTouchTool.app
CleanShot X.app
Darkroom.app
Dash.app
Deliveries.app
Discord.app
Docker.app
Fantastical.app
Figma.app
Google Chrome Canary.app
IINA.app
Karabiner-Elements.app
Karabiner-EventViewer.app
Keyboard Maestro.app
Loom.app
Marked 2.app
MindNode.app
Notion.app
Paw.app
Pixave.app
Pixelmator Pro.app
Postico 2.app
Proxyman.app
Reeder.app
Safari.app
Sip.app
Slack.app
Spark.app
Spline.app
Spotify.app
Sublime Merge.app
Sublime Text.app
Syncalicious.app
Telegram.app
Textual 7.app
Transmission.app
Tweetbot.app
Utilities
Vimari.app
Visly.app
Visual Studio Code - Insiders.app
WhatsApp.app
Wipr.app
Xcode.app
iTerm.app
zoom.us.app

CLI tools I use

# Brew (/usr/local/bin)
agda
antibody
aom
bash
bat
cabal-install
cairo
cloc
clojure
cmake
dhall
diff-so-fancy
direnv
dry
emacs
exa
ffmpeg
flac
fnm
fontconfig
freetype
frei0r
fribidi
fzf
gdbm
gettext
ghc
giflib
git
glib
gmp
gnutls
go
goku
graphite2
harfbuzz
httpie
hub
hugo
hyperfine
icu4c
idris
jemalloc
joker
jpeg
jq
kubernetes-cli
lame
leptonica
libass
libbluray
libevent
libffi
libidn2
libogg
libpng
libsamplerate
libsndfile
libsoxr
libtasn1
libtermkey
libtiff
libunistring
libuv
libvorbis
libvpx
libvterm
little-cms2
loc
lua
luajit
lzo
mitmproxy
msgpack
mysql
neovim
nettle
node
oniguruma
opencore-amr
openjpeg
openssl
opus
p11-kit
pcre
pcre2
perl
pixman
pkg-config
postgresql
protobuf
python
python@2
readline
ripgrep
rlwrap
rtmpdump
rubberband
rustup-init
screenfetch
sdl2
snappy
speex
sqlite
tesseract
theora
tree
unbound
unibilium
up
watchexec
webp
wget
wifi-password
x264
x265
xvid
xz
yarn

# Go (~/go/bin)
2048-ai
alfred
alfred-awesome-lists
alfred-gcal
aligncheck
asmfmt
bat
caddy
ccat
chroma
client
cobra
cowsay
cowthink
cowyo
croc
deadcode
dep
depth
devd
dlv
domaincoloring
dupl
ecsy
elvish
errcheck
fibutil
fillstruct
fuzzy-cached
fuzzy-simple
gas
gb
gb-vendor
gin
github-release
go-bindata
go-langserver
go-outline
Go-Package-Store
go-pry
go-search
go-symbols
goalfred
gocode
goconst
gocyclo
godef
godoc
gogetdoc
goimports
golang-restapi
golint
gometalinter
gomodifytags
gopkgs
goplay
gops
gore
gorename
goreturns
gorram
gosimple
gotags
gotests
gotop
gotype
gotype-live
gowebapp
guru
hey
httplab
httpstat
impl
ineffassign
interfacer
jump
lf
license-up
lll
markdown-parser
md-to-alfred
md-to-list-filter
megacheck
misspell
modd
motion
muffet
multic
ng
nikitavoloboev
pigeon
playgo
primitive
protoc-gen-go
pullkee
pxl
rayito
rclone
reflex
richgo
safesql
serve
server
shfmt
slicer
snake-game
static-docs
staticcheck
structcheck
task
Tasks
thyme
unconvert
unparam
unused
usql
varcheck
weather

# Rust (~/.cargo/bin)
cargo
cargo-fmt
karaconv
loc
rls
rust-gdb
rust-lldb
rustc
rustdoc
rustfmt
rustup

# Yarn Global (/usr/local/bin)
create-react-app
dnd
do-not-disturb
eslint
fkill
knex
node-gyp
nodemon
npm
npx
ts-node
tsc
tslint
tsserver
prettier
qnm
webpack
webpack-dev-server

Vimari

{
"excludedUrls": "",
"linkHintCharacters": "weafjkl:",
"detectByCursorStyle": false,
"scrollSize": 150,
"openTabUrl": "",
"modifier": "",
"smoothScroll": true,
"scrollDuration": 25,
"transparentBindings": true,
"bindings": {
"hintToggle": "f",
"newTabHintToggle": "shift+f",
"scrollUp": "k",
"scrollDown": "j",
"scrollLeft": "h",
"scrollRight": "l",
"goToPageTop": "g g",
"goToPageBottom": "shift+g",
"goToFirstInput": "v",
"goBack": "shift+j",
"goForward": "shift+k",
"reload": "r",
"tabBack": "a",
"tabForward": "s",
"closeTab": "e",
"scrollUpHalfPage": "",
"scrollDownHalfPage": "",
"openTab": ""
}
}

Prettier

module.exports = {
semi: false,
singleQuote: true,
tabWidth: 2,
printWidth: 100,
};