https://github.com/koca/dotfiles
My personal environment dotfiles
https://github.com/koca/dotfiles
Last synced: about 2 months ago
JSON representation
My personal environment dotfiles
- Host: GitHub
- URL: https://github.com/koca/dotfiles
- Owner: koca
- Created: 2018-09-26T18:36:38.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T21:44:24.000Z (over 1 year ago)
- Last Synced: 2025-03-06T14:52:59.715Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 475 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
new dotfiles WIP
see the old one on master branch
test
uses rotz
## Install
```sh
curl -fsSL https://raw.githubusercontent.com/koca/dotfiles/refs/heads/main/setup/bootstrap | sh
```
### MacOS
#### Allow Terminal Permissions
Go to settings, Privacy & Security, Accessibility, and add Terminal to the list
#### Start the installation
```sh
rotz link macos/brew
rotz install
```
#### After installation
```sh
rotz link
```
> Optional: to set defaults and configure apps run:
```sh
./setup/mac/after
```