All Projects → webpro → Dotfiles

webpro / Dotfiles

Dotfiles for macOS

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: ✭ 634 (-6.49%)
Mutual labels:  dotfiles, hammerspoon
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (-90.12%)
Mutual labels:  homebrew, hammerspoon
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-85.69%)
Mutual labels:  makefile, homebrew
Dotfiles
💻 macOS System Configuration with Fish, Package Control, VS Code, Repo management, Hammerspoon
Stars: ✭ 168 (-75.22%)
Mutual labels:  dotfiles, hammerspoon
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-97.79%)
Mutual labels:  dotfiles, homebrew
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+226.99%)
Mutual labels:  dotfiles, homebrew
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (-9%)
Mutual labels:  dotfiles, homebrew
Cider
Hassle-free bootstrapping with Homebrew.
Stars: ✭ 858 (+26.55%)
Mutual labels:  dotfiles, homebrew
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-93.51%)
Mutual labels:  dotfiles, homebrew
dotfiles
⚡️ Sharpen dat knife.
Stars: ✭ 29 (-95.72%)
Mutual labels:  dotfiles, hammerspoon
Dotfiles
~ 🍭 ~
Stars: ✭ 147 (-78.32%)
Mutual labels:  dotfiles, hammerspoon
Dotfiles
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
Stars: ✭ 382 (-43.66%)
Mutual labels:  dotfiles, homebrew
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-83.48%)
Mutual labels:  dotfiles, hammerspoon
Dotfiles
🌷
Stars: ✭ 209 (-69.17%)
Mutual labels:  dotfiles, homebrew
Dotfiles
Get started with your own dotfiles.
Stars: ✭ 1,094 (+61.36%)
Mutual labels:  dotfiles, homebrew
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (-92.04%)
Mutual labels:  homebrew, hammerspoon
Dotfiles
Everyday use .dotfiles
Stars: ✭ 23 (-96.61%)
Mutual labels:  dotfiles, homebrew
Awesome Hammerspoon
awesome configuration for Hammerspoon.
Stars: ✭ 928 (+36.87%)
Mutual labels:  dotfiles, hammerspoon
Clean-macOS
💻 A simple script to setup a clean environment on macOS
Stars: ✭ 155 (-77.14%)
Mutual labels:  dotfiles, homebrew
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-97.49%)
Mutual labels:  dotfiles, homebrew

.files

These are my dotfiles. Take anything you want, but at your own risk.

It mainly targets macOS systems, but it works on at least Ubuntu as well.

Highlights

Packages Overview

Installation

On a sparkling fresh installation of macOS:

sudo softwareupdate -i -a
xcode-select --install

The Xcode Command Line Tools includes git and make (not available on stock macOS). Now there are two options:

  1. Install this repo with curl available:
bash -c "`curl -fsSL https://raw.githubusercontent.com/webpro/dotfiles/master/remote-install.sh`"

This will clone or download, this repo to ~/.dotfiles depending on the availability of git, curl or wget.

  1. Alternatively, clone manually into the desired location:
git clone https://github.com/webpro/dotfiles.git ~/.dotfiles

Use the Makefile to install everything listed above, and symlink runcom and config (using stow):

cd ~/.dotfiles
make

The installation process in the Makefile is tested on every push and every week in this GitHub Action.

Post-Installation

  • dotfiles dock (set Dock items)
  • dotfiles macos (set macOS defaults)
  • Mackup
    • Log in to Dropbox (and wait until synced)
    • ln -s ~/.config/mackup/.mackup.cfg ~ (until #632 is fixed)
    • mackup restore

The dotfiles command

$ dotfiles help
Usage: dotfiles <command>

Commands:
    clean            Clean up caches (brew, npm, gem, rvm)
    dock             Apply macOS Dock settings
    edit             Open dotfiles in IDE (code) and Git GUI (stree)
    help             This help message
    macos            Apply macOS system defaults
    test             Run tests
    update           Update packages and pkg managers (OS, brew, npm, gem)

Customize

You can put your custom settings, such as Git credentials in the system/.custom file which will be sourced from .bash_profile automatically. This file is in .gitignore.

Alternatively, you can have an additional, personal dotfiles repo at ~/.extra. The runcom .bash_profile sources all ~/.extra/runcom/*.sh files.

Additional Resources

Credits

Many thanks to the dotfiles community.

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