Skip to content

mariozaizar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotFiles

A simple way to configure your developer machine.

How it works

This script will create/replace these files:

~/.dotfiles
~/.bash_profile
~/.bashrc
~/.gemrc
~/.gitconfig
~/.gitignore
~/.vimrc
~/.zshrc
~/.zprofile

Note: this will generate the files (for example ~/.gitconfig) and then it will copy this files inside your home directory (making backups if necessary). So, that means that we will REPLACE the original files, but creating a backup with *.old extension. Please go to 'Uninstall" section to see how to recover your original files.

Requirements

Setup

Cloning

git clone https://github.com/mariozaizar/dotfiles.git;
cd dotfiles/;
rake help;

Install

rake install

Uninstall

rake uninstall

Extras

Run in the terminal:

brew install \
  autoconf \
  autoconf \
  automake \
  curl \
  gh \
  git \
  htop \
  node \
  openssl \
  rbenv \
  ruby-build \
  tree \
  wget \
  zstd \
  jq

To be reviewed:

brew install \
  autojump \
  awscli \
  ctags \
  gdbm \
  gettext \
  icu4c \
  libidn \
  libidn2 \
  libunistring \
  mysql \
  pcre \
  pkg-config \
  readline \
  sqlite \
  watchman \
  xz