https://github.com/vincevargadev/config
Vince Varga's config files
https://github.com/vincevargadev/config
configuration-files dotfiles dotfiles-macos git github rc vim
Last synced: 3 months ago
JSON representation
Vince Varga's config files
- Host: GitHub
- URL: https://github.com/vincevargadev/config
- Owner: vincevargadev
- Created: 2021-01-10T22:32:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T12:07:55.000Z (over 2 years ago)
- Last Synced: 2025-02-15T22:45:38.493Z (over 1 year ago)
- Topics: configuration-files, dotfiles, dotfiles-macos, git, github, rc, vim
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `.config`
## Initial setup
Add this line to your `.zshrc` file
```
git clone https://github.com/vincevargadev/config.git .config
```
```
source ~/.config/rc/main.sh
```
After this, run `source ~/.zshrc` to load the changes.
Now, all aliases, etc should be available for you.