diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5f97681 --- /dev/null +++ b/LICENSE @@ -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. + diff --git a/README.md b/README.md index 320652a..e2ef2ac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bash/secrets/.gitkeep b/bash/secrets/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/setup.sh b/setup.sh index 373172f..1f803b9 100755 --- a/setup.sh +++ b/setup.sh @@ -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 + +