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

Latest commit

 

History

History
32 lines (25 loc) · 704 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 704 Bytes

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