https://github.com/ppeeou/dotfiles
https://github.com/ppeeou/dotfiles
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppeeou/dotfiles
- Owner: ppeeou
- License: mit
- Created: 2023-10-09T11:52:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T13:58:43.000Z (over 2 years ago)
- Last Synced: 2025-01-29T19:11:58.633Z (over 1 year ago)
- Language: Shell
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
🏠 Personal dotfiles for \*NIX (macOS and Linux) systems.
## Installation
```bash
$ git clone --recursive https://github.com/ppeeou/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles && python install.py
```
The installation script will clone the repository into `~/.dotfiles` and create symbolic links (e.g., `~/.vimrc`) for you.
If target files already exist (e.g. `~/.vim`, `~/.vimrc`), you will need to manually resolve the conflict (delete the old one or just ignore). See Troubleshooting below for details.
## `$ dotfiles`
**To update dotfiles** (pull changes from upstream and run [`install.py`][install.py] again):
```bash
$ dotfiles update
$ dotfiles update --fast # fast update mode: skip updating {vim,zsh} plugins
```
## License
[The MIT License (MIT)](LICENSE)
Copyright (c) 2012-2023 Jongwook Choi (@wookayin)