Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
/ setup Public archive

Setup for my dev machine

License

Notifications You must be signed in to change notification settings

ivandokov/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is deprecated in favour of ivandokov/dotfiles


Setup

Applications, bash aliases and other settings.

Install (Ubuntu)

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install git -y
sudo chown $(whoami) /opt
git clone git@github.com:ivandokov/setup.git ~/.setup
cd ~/.setup
./install

Install (Mac)

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
sudo chown $(whoami) /usr/local/include
sudo chown $(whoami) /usr/local/lib/pkgconfig
sudo chown $(whoami) /opt
git clone git@github.com:ivandokov/setup.git ~/.setup
cd ~/.setup
./install