All Projects → mvllow → dots

mvllow / dots

Licence: other
Minimalist developer setup

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to dots

Filter Console
Filter out unwanted `console.log()` output
Stars: ✭ 203 (+434.21%)
Mutual labels:  devtools
Codedmailsfree
Ready to use 50+ responsive HTML email templates - Codedmails Free
Stars: ✭ 227 (+497.37%)
Mutual labels:  devtools
azure-cli-dev-tools
Developer utilities for Azure CLI command module and extension developers.
Stars: ✭ 62 (+63.16%)
Mutual labels:  devtools
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (+442.11%)
Mutual labels:  devtools
Save Page State
A chrome extension to save the state of a page for further analysis
Stars: ✭ 208 (+447.37%)
Mutual labels:  devtools
Portal
A clojure tool to navigate through your data.
Stars: ✭ 239 (+528.95%)
Mutual labels:  devtools
Gifexceptionbundle
😛 The GhostBuster of your exception page!
Stars: ✭ 197 (+418.42%)
Mutual labels:  devtools
devtools-course-theory
Course on Development Tools (in Russian)
Stars: ✭ 18 (-52.63%)
Mutual labels:  devtools
Remotedebug Ios Webkit Adapter
Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools
Stars: ✭ 2,563 (+6644.74%)
Mutual labels:  devtools
angular-devtools
Moved to the Angular organization.
Stars: ✭ 261 (+586.84%)
Mutual labels:  devtools
Element
💦Load test your app using real web browsers
Stars: ✭ 204 (+436.84%)
Mutual labels:  devtools
Kubefwd
Bulk port forwarding Kubernetes services for local development.
Stars: ✭ 2,713 (+7039.47%)
Mutual labels:  devtools
nuxeo-tools-docker
Various Docker files used at Nuxeo
Stars: ✭ 16 (-57.89%)
Mutual labels:  devtools
Webpack Dashboard
A CLI dashboard for webpack dev server
Stars: ✭ 13,850 (+36347.37%)
Mutual labels:  devtools
rust-cdp
🔨 Chrome DevTools Protocol toolkit for Rust
Stars: ✭ 25 (-34.21%)
Mutual labels:  devtools
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+431.58%)
Mutual labels:  devtools
Walletconnect Monorepo
WalletConnect Monorepo
Stars: ✭ 230 (+505.26%)
Mutual labels:  devtools
mobx-react-form-devtools
DevTools for MobX React Form
Stars: ✭ 30 (-21.05%)
Mutual labels:  devtools
sfcc-devtools
Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.
Stars: ✭ 5 (-86.84%)
Mutual labels:  devtools
nanobox-engine-php
Engine for running PHP apps on Nanobox
Stars: ✭ 20 (-47.37%)
Mutual labels:  devtools

dots

This is a bare repo. The structure resembles your $HOME

The setup scripts will install and configure a minimal amount of applications, command line tools, and other packages. See brewfile for specifics.

A written walkthrough can be found in the wiki's macOS setup.

Usage

One liner to download and run the setup script. Unless our souls match, you may consider modifying a fork versus running this directly.

curl -LJO https://raw.githubusercontent.com/mvllow/dots/main/.config/dots/setup.sh && ./setup.sh

Manual installation

To learn how to use a bare git repo for your own dotfiles, check out postylem/dotfiles

Clone to a temp directory

git clone \
  --separate-git-dir=$HOME/dots.git \
  https://github.com/mvllow/dots.git \
  dots-tmp

Copy working tree snapshot from the temp directory to the home directory, then delete the temp directory.

rsync --recursive --verbose --exclude '.git' dots-tmp/ $HOME/
rm -rf dots-tmp

Optionally, add an alias to manage your dots directly.

alias .git='git --git-dir=$HOME/dots.git/ --work-tree=$HOME'

Preferences

For all options, search for "defaults" in dots.sh

System

  • Dock sizing, orientation, and shown apps
  • Keyboard key repeat, smart punctuation, and auto capitalise/correct
  • Menubar appearance
  • Trackpad behaviour and speed

Applications

  • Finder locations and views
  • Screencapture locations and shadows
  • Rectangle behaviour

Notes

All notes can be found in the wiki

FAQ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].