https://github.com/markruler/settings
Magic Kit
https://github.com/markruler/settings
dotfiles settings
Last synced: 8 days ago
JSON representation
Magic Kit
- Host: GitHub
- URL: https://github.com/markruler/settings
- Owner: markruler
- Created: 2020-02-29T16:53:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:01:44.000Z (4 months ago)
- Last Synced: 2025-04-19T12:17:59.867Z (3 months ago)
- Topics: dotfiles, settings
- Language: Shell
- Homepage:
- Size: 8.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Settings
```sh
# Home directory
git clone [email protected]:markruler/settings.git
yes | cp -r ~/settings/. .
``````sh
git reset --hard HEAD
git pull
```- [Vim 에디터 명령어 정리](https://markruler.github.io/posts/shell/vim-editor-shortcuts/)
```sh
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
``````sh
# in vim editor
:source %
:PlugInstall
```