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
|
```bash
|
||||||
git clone git@github.com:magnolia-fan/dotfiles.git ~/.dotfiles
|
git clone git@github.com:magnolia-fan/dotfiles.git ~/.dotfiles
|
||||||
~/.dotfiles/setup.sh
|
~/.dotfiles/setup.bash
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# OSX
|
# OSX
|
||||||
ln -s ~/.dotfiles/osx ~/.osx
|
ln -s ~/.dotfiles/osx.bash ~/.osx
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
|
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
|
||||||
ln -s ~/.dotfiles/git/gitignore ~/.gitignore
|
ln -s ~/.dotfiles/git/gitignore ~/.gitignore
|
||||||
|
|
||||||
# ZSH and Fish
|
# Fish
|
||||||
ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
|
|
||||||
ln -s ~/.dotfiles/fish/profile ~/.profile
|
ln -s ~/.dotfiles/fish/profile ~/.profile
|
||||||
|
|
||||||
# Ruby
|
# Ruby
|
Loading…
Reference in New Issue