https://github.com/fjcaetano/dotfiles
💻 My dotfiles
https://github.com/fjcaetano/dotfiles
Last synced: 17 days ago
JSON representation
💻 My dotfiles
- Host: GitHub
- URL: https://github.com/fjcaetano/dotfiles
- Owner: fjcaetano
- Created: 2017-04-26T19:28:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T19:55:17.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T21:14:41.053Z (almost 2 years ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
💻 dotfiles
===
# Getting started
1. Create a symlink for `.gitconfig` and `.zshrc` in your user's home folder:
```sh
$ ln -s "$(pwd)/.gitconfig" ~/.gitconfig
$ ln -s "$(pwd)/.zshrc" ~/.zshrc
```
This will ensure every change made to your .zshrc and global git config variables gets reflected in this repository.
2. Create a symlink for the `emulator` plugin in your zsh plugins folder.
The path to the zsh plugins folder may vary depending on how zsh was installed: https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
```sh
$ ln -s "$(pwd)/zsh-plugins/emulator" ~/.oh-my-zsh/plugins
```