Explicit file extensions. GitHub is confused about the dot-osx file contents thinking its php
This commit is contained in:
parent
7f23b7e1c1
commit
e419081db0
|
@ -4,5 +4,5 @@ Installation:
|
|||
|
||||
```bash
|
||||
git clone git@github.com:magnolia-fan/dotfiles.git ~/.dotfiles
|
||||
~/.dotfiles/setup.sh
|
||||
~/.dotfiles/setup.bash
|
||||
```
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# OSX
|
||||
ln -s ~/.dotfiles/osx ~/.osx
|
||||
ln -s ~/.dotfiles/osx.bash ~/.osx
|
||||
|
||||
# Git
|
||||
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
|
||||
ln -s ~/.dotfiles/git/gitignore ~/.gitignore
|
||||
|
||||
# ZSH and Fish
|
||||
ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
|
||||
# Fish
|
||||
ln -s ~/.dotfiles/fish/profile ~/.profile
|
||||
|
||||
# Ruby
|
Loading…
Reference in New Issue