Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 777 Bytes

File metadata and controls

20 lines (16 loc) · 777 Bytes

Mac Setup

Personal Setup

curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/common.sh -o common.sh && \
curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/system_setup.sh -o system_setup.sh && \
curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/setup.sh -o setup.sh && \
bash setup.sh

Work Setup

curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/common.sh -o common.sh && \
curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/system_setup.sh -o system_setup.sh && \
curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/setup.sh -o setup.sh && \
curl -fsSL https://raw.githubusercontent.com/Clsan/setup/master/work_setup.sh -o work_setup.sh && \
bash work_setup.sh