Skip to content

privacycloud/.dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

This is the basic setup for macOS that PrivacyCloud Engineering team uses.

It contains only the basics for day to day work. So please, feel free to install anything else you think convenient ☺️

Usage

Download

In case you cannot use git to download this repository, use the following curl command (which is generally available on a macOS fresh install) to download the project in the current directory:

curl -sL https://github.com/PrivacyCloud/.dotfiles/archive/master.tar.gz | tar xz

Install

Use make to run some predefined tasks:

  • make all installs the whole tooling suite as well as the dotfiles
  • make tools installs only the tooling suite
  • make dotfiles installs only the dotfiles (by using symlinks)
    • .gitignore and .gitconfig
    • .ssh

Credits

This repo has been forked from @sergioalvz, who was heavily inspired one way or another by:

About

💻 Basic macOS setup @ PrivacyCloud P&E

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 51.6%
  • Shell 40.2%
  • Ruby 8.2%