erkobridee / dotfiles

[working on it] repository to configure macOS dev machine ( ZSH shell )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Working on it

repository to configure macOS dev machine

Installation

Remote

via curl:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/erkobridee/dotfiles/master/setup_remote.sh)"

or wget:

sh -c "$(wget -qO- https://raw.githubusercontent.com/erkobridee/dotfiles/master/setup_remote.sh)"

Manual

clone:

git clone https://github.com/erkobridee/dotfiles ~/.dotfiles

setup all

executes the full machine setup, defined on setup/_run

cd ~/.dotfiles
sh setup.sh

setup system terminal tools

executes the system (terminal related stuff) setup
loads the ~/.dotfiles/system_load.sh into the ~/.zshrc file
defined on setup/system.sh

cd ~/.dotfiles
sh setup.sh system

Documentation

Inspirations

Known issues

The instalation over homebrew installs the version 2.0.5 which doesn't work with the latest Mac OS v12

Temporary solution: (comment)

brew install --cask hpedrorodrigues/tools/dockutil

About

[working on it] repository to configure macOS dev machine ( ZSH shell )

License:MIT License


Languages

Language:Shell 99.8%Language:Ruby 0.2%