https://github.com/reo7sp/sublime-dotfiles
Config files for Sublime Text
https://github.com/reo7sp/sublime-dotfiles
Last synced: about 1 month ago
JSON representation
Config files for Sublime Text
- Host: GitHub
- URL: https://github.com/reo7sp/sublime-dotfiles
- Owner: reo7sp
- Created: 2024-05-30T10:58:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T14:04:22.000Z (7 months ago)
- Last Synced: 2025-08-11T21:49:26.748Z (7 months ago)
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sublime-dotfiles
## How to install
```sh
git clone https://github.com/reo7sp/sublime-dotfiles
mkdir -p "$HOME/Library/Application Support/Sublime Text/Packages"
rm -rf "$HOME/Library/Application Support/Sublime Text/Packages/User"
mv sublime-dotfiles "$HOME/Library/Application Support/Sublime Text/Packages/User"
ln -sf "$HOME/Library/Application Support/Sublime Text/Packages/User" .sublime-dotfiles
```