https://github.com/mamuz/dotfiles
Set up a unix system using dotfiles and an installation script
https://github.com/mamuz/dotfiles
dotfiles unix
Last synced: about 1 month ago
JSON representation
Set up a unix system using dotfiles and an installation script
- Host: GitHub
- URL: https://github.com/mamuz/dotfiles
- Owner: mamuz
- License: mit
- Created: 2017-02-26T14:15:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T15:31:32.000Z (over 5 years ago)
- Last Synced: 2025-08-19T19:44:27.213Z (10 months ago)
- Topics: dotfiles, unix
- Language: Shell
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
Set up a unix system on MacOS using dotfiles and an installation script.
## Requirements
Install Homebrew and Git
```sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
```
## Installation
Clone dotfiles to your home folder and run install script
```sh
git clone git://github.com/mamuz/dotfiles.git ~/dotfiles && cd ~/dotfiles && source install.sh
```
## Update
```sh
cd ~/dotfiles && source update.sh
```