Skip to content

Commit

Permalink
Clean up and refactor files for improved structure
Browse files Browse the repository at this point in the history
- Fix `.gitignore`: `_vim/.vim/autoload` instead of `_vim/autoload`
- Move `.skhdrc` and `.yabairc` to `_yabai`
- Rename `_py` directory to `_python` and move files accordingly
- Remove sensitive `_rclone/.config/rclone/rclone.conf` and add `_rclone/rclone_conf_deleted.txt` for record
- Remove `_yarn/.yarnrc` as it's auto-generated
  • Loading branch information
ujinyng committed Sep 12, 2024
1 parent 70ccd68 commit ceeb616
Show file tree
Hide file tree
Showing 325 changed files with 35,373 additions and 12,655 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

_vim/.config/coc
# autoload -> Mackup
_vim/autoload
_vim/.vim/autoload

*.swl
*.swm
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions _rclone/.config/rclone/rclone.conf

This file was deleted.

1 change: 1 addition & 0 deletions _rclone/rclone_conf_deleted.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
check rclone.conf at Dropbox
3 changes: 0 additions & 3 deletions _vim/.config/coc/extensions/db.json

This file was deleted.

29 changes: 0 additions & 29 deletions _vim/.config/coc/extensions/package.json

This file was deleted.

Loading

0 comments on commit ceeb616

Please sign in to comment.