refcell / dots

An updated collection of useful dotfiles, utilities, and scripts that forms refcell's devx.

Home Page:https://github.com/refcell/dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@refcell's dotfiles, configs, and tooling. Refer to BlueFly for a one-shot development environment composer.

git clone https://github.com/refcell/dots && cd dots && make

Screenshots

screengrab

code

revm

  Chip  Apple M2
 macOS  14.2 Beta (23C5041e)
Device  Macbook Air, 2023

windows + ui

applications

cli tools

SketchyBar Setup

Install dependencies:

brew install --cask sf-symbols
brew install jq
brew install gh
brew install switchaudio-osx
curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v1.0.16/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf

Optionally, update outdated packages after running brew commands by adding the following bash function to your shell configuration (.zshrc if using omz).

function brew() {
  command brew "$@" 

  if [[ $* =~ "upgrade" ]] || [[ $* =~ "update" ]] || [[ $* =~ "outdated" ]]; then
    sketchybar --trigger brew_update
  fi
}

Credits

hb's sketchybar dotfiles.

@FelixKratz's yabai + skhd dotfiles.

@clabby's neovim dots.

About

An updated collection of useful dotfiles, utilities, and scripts that forms refcell's devx.

https://github.com/refcell/dots

License:Apache License 2.0


Languages

Language:Lua 77.5%Language:Shell 16.8%Language:C 4.2%Language:Rust 0.6%Language:Makefile 0.6%Language:AppleScript 0.2%