1
0
Fork 0

Add license

This commit is contained in:
Gregory Eremin 2020-09-12 10:10:56 +02:00
parent 5f10a0fc70
commit b78ac0666b
4 changed files with 32 additions and 2 deletions

19
LICENSE Normal file
View File

@ -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.

View File

@ -6,3 +6,7 @@
git clone git@github.com:localhots/dotfiles.git ~/dotfiles
~/dotfiles/setup.bash
```
### Changelog
* [Tree](https://github.com/localhots/dotfiles/tree/2f17a9f7300b61a382ec3dfeb69de648b3d36b43) before purging macOS and fish configs.

0
bash/secrets/.gitkeep Normal file
View File

View File

@ -1,3 +1,7 @@
#!/bin/bash
ln -s ~/dotfiles/bash/bashrc.sh ~/.bashrc
# Git
ln -s ~/dotfiles/git/gitconfig ~/.gitconfig
ln -s ~/dotfiles/git/gitignore ~/.gitignore
@ -8,5 +12,8 @@ ln -s ~/dotfiles/ruby/irbrc ~/.irbrc
ln -s ~/dotfiles/ruby/aprc ~/.aprc
# VIM
ln -s ~/dotfiles/vim/vim ~/.vim
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
# These configs are old and not maintained, don't link them automatically
# ln -s ~/dotfiles/vim/vim ~/.vim
# ln -s ~/dotfiles/vim/vimrc ~/.vimrc