Skip to content

ruchernchong/dotfiles

Repository files navigation

Ru Chern's Dotfiles

This repository contains dotfiles and scripts that I used to customise my macOS/Linux and development workflow I use on a day-to-day basis. You are free to use this as a reference for your own setup.

Terminal

Features

  • Installs Oh-My-Zsh by default
  • Common git aliases that is being used on a day-to-day basis
  • Customised oh-my-zsh settings
  • Setup script

Installation

Warning: Do not blindly use my settings as it may override or modify some of your own configuration. You can use this as a reference. It is highly recommended to clone/fork this repository to another folder. Use at your own risk!

OTA installation

curl -L https://raw.githubusercontent.com/ruchern-chong/dotfiles/master/install.sh | bash

Cloning the repository

git clone https://github.com/ruchern-chong/dotfiles.git ~/dotfiles
cd ~/dotfiles
chmod a+x setup.sh
source setup.sh

Feedback

I welcome any feedbacks or suggestions by creating an issue or a pull request.

License

This code is available under the MIT License