Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidvuong/dotfiles
macOS Ventura dotfiles
https://github.com/davidvuong/dotfiles
dotfiles git macos shell zsh
Last synced: 23 days ago
JSON representation
macOS Ventura dotfiles
- Host: GitHub
- URL: https://github.com/davidvuong/dotfiles
- Owner: davidvuong
- License: mit
- Created: 2013-07-09T15:37:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T23:52:04.000Z (over 1 year ago)
- Last Synced: 2024-05-30T02:30:22.092Z (5 months ago)
- Topics: dotfiles, git, macos, shell, zsh
- Language: Vim Script
- Homepage:
- Size: 1.03 MB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
**Welcome to dotfiles!**
This repository is a collection of config files I use to setup my macOS machine. It uses Homebrew/Casks to manage most of my applications, ZSH as the shell (zprezto flavour) and VIM as the terminal editor.
It also contains a few "me" specific configuration files e.g. `./git/gitconfig` so if you're interested in using my dotfiles, you may want to leave those out!
## System Requirements
As always, you need to install Xcode command line tools to get anything done on a Mac. You can install it by executing the following command:
```bash
xcode-select --install
```## Download & Install
1. Clone the repository:
```bash
git clone https://github.com/davidvuong/dotfiles.git ~/dotfiles
```1. Run the installation script:
```bash
# Before running install.sh, make sure to cp/rm any zsh files:
#
# zlogin, zlogout, zpreztorc, zshenv, zshrc, zprofile
bash ./scripts/install.sh
```1. Configure Mac OS settings (optional):
```bash
bash setup/osx
```1. Remaining manual setup [here](setup-manual/README.md) (optional).
1. Replace the HTTPS remote with `git` when everything is done:
```bash
git remote set-url origin [email protected]:davidvuong/dotfiles.git
```