https://github.com/ycd/dots
Personal dotfiles.
https://github.com/ycd/dots
Last synced: 5 months ago
JSON representation
Personal dotfiles.
- Host: GitHub
- URL: https://github.com/ycd/dots
- Owner: ycd
- Created: 2021-03-24T20:42:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T11:44:50.000Z (over 1 year ago)
- Last Synced: 2026-01-16T05:23:13.574Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 270 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dots
---
Personal dotfiles for MacOS, vim, alacritty, etc.
# Setup
```
# Install dependencies
brew bundle
# Bootstrap new setup
make bootstrap
# setup vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# Install plugins
:PlugInstall
```