Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dingwilson/dotfiles
π§ My dotfiles and system config
https://github.com/dingwilson/dotfiles
dotfiles git homebrew iterm2 macos vim xcode zsh
Last synced: 2 days ago
JSON representation
π§ My dotfiles and system config
- Host: GitHub
- URL: https://github.com/dingwilson/dotfiles
- Owner: dingwilson
- Created: 2016-08-21T06:45:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T04:22:56.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T06:28:27.424Z (2 months ago)
- Topics: dotfiles, git, homebrew, iterm2, macos, vim, xcode, zsh
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This repository is a backup of my various system dotfiles.
## Installation
**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you donβt want or need. Donβt blindly use my settings unless you know what that entails. Use at your own risk!
### Using Git and the install script
Make sure you that you are in your root directory ~/, so that you will clone the repo to ~/dotfiles/
```bash
git clone https://github.com/dingwilson/dotfiles.git && cd dotfiles
```Then either run `fresh_install.sh` or `install.sh` depending on your needs.