Giter Site home page Giter Site logo

refcell / dots Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 0.0 37.44 MB

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

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

License: Apache License 2.0

Makefile 0.61% Rust 0.63% Lua 77.08% Shell 17.30% C 4.22% AppleScript 0.15%
alacritty catppuccin dotfiles neovim omz yabai sketchybar skhd

dots's Introduction

@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.

dots's People

Contributors

refcell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.