https://github.com/tommy-muehle/dotfiles
My .dotfiles
https://github.com/tommy-muehle/dotfiles
dotfiles macos shell zsh
Last synced: about 2 months ago
JSON representation
My .dotfiles
- Host: GitHub
- URL: https://github.com/tommy-muehle/dotfiles
- Owner: tommy-muehle
- Created: 2017-08-22T19:22:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T07:35:45.000Z (about 7 years ago)
- Last Synced: 2025-02-09T08:34:10.816Z (over 1 year ago)
- Topics: dotfiles, macos, shell, zsh
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My .dotfiles
## ZSH
```
ln -snf $PWD/.zshrc $HOME/.zshrc
```
## Homebrew
```
brew bundle
```
## vim
```
ln -snf $PWD/.vimrc $HOME/.vimrc
```