https://github.com/kodie/dotfiles
My dotfiles for macOS
https://github.com/kodie/dotfiles
config configuration dotfiles dotfiles-macos macos personal
Last synced: about 2 months ago
JSON representation
My dotfiles for macOS
- Host: GitHub
- URL: https://github.com/kodie/dotfiles
- Owner: kodie
- License: mit
- Created: 2021-11-18T19:25:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T15:03:13.000Z (over 3 years ago)
- Last Synced: 2025-01-21T17:33:21.734Z (over 1 year ago)
- Topics: config, configuration, dotfiles, dotfiles-macos, macos, personal
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Kodie's dotfiles
This is a work in progress. Just some opinionated scripts to get a fresh computer all set up to my liking. Meant to be ran on a Mac.
## Installation
```
git clone https://github.com/kodie/dotfiles && cd dotfiles && ./setup.sh
```
## What this currently does
- Installs [Homebrew](https://brew.sh) and uses it to install some packages and applications (see [brew.sh](brew.sh))
- Configures some macOS settings (see [macos.sh](macos.sh))
- Installs [NVM](https://github.com/nvm-sh/nvm), [Node.js](https://nodejs.org), and [NPM](https://www.npmjs.com/) (see [node.sh](node.sh))
This repo also contains my [.bash_profile](.bash_profile) that should be copied to the home directory (This will be automated soon).
## License
MIT. See the [license.md](license.md) for more info.