Add license
This commit is contained in:
parent
5f10a0fc70
commit
b78ac0666b
|
@ -0,0 +1,19 @@
|
||||||
|
Copyright 2020 Gregory Eremin
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
git clone git@github.com:localhots/dotfiles.git ~/dotfiles
|
git clone git@github.com:localhots/dotfiles.git ~/dotfiles
|
||||||
~/dotfiles/setup.bash
|
~/dotfiles/setup.bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Changelog
|
||||||
|
|
||||||
|
* [Tree](https://github.com/localhots/dotfiles/tree/2f17a9f7300b61a382ec3dfeb69de648b3d36b43) before purging macOS and fish configs.
|
||||||
|
|
11
setup.sh
11
setup.sh
|
@ -1,3 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ln -s ~/dotfiles/bash/bashrc.sh ~/.bashrc
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -8,5 +12,8 @@ ln -s ~/dotfiles/ruby/irbrc ~/.irbrc
|
||||||
ln -s ~/dotfiles/ruby/aprc ~/.aprc
|
ln -s ~/dotfiles/ruby/aprc ~/.aprc
|
||||||
|
|
||||||
# VIM
|
# VIM
|
||||||
ln -s ~/dotfiles/vim/vim ~/.vim
|
# These configs are old and not maintained, don't link them automatically
|
||||||
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
|
# ln -s ~/dotfiles/vim/vim ~/.vim
|
||||||
|
# ln -s ~/dotfiles/vim/vimrc ~/.vimrc
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue