Updated README and removed ssh_config from Makefile

This commit is contained in:
2017-12-20 14:05:22 -05:00
parent 485b5a0c47
commit ca11256b0e
2 changed files with 0 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ softlinks: dependencies
@test -L ${HOME}/.elinks || ln -s ${HOME}/dotfiles/.elinks ${HOME}/.elinks @test -L ${HOME}/.elinks || ln -s ${HOME}/dotfiles/.elinks ${HOME}/.elinks
@test -L ${HOME}/.irssi || ln -s ${HOME}/dotfiles/.irssi ${HOME}/.irssi @test -L ${HOME}/.irssi || ln -s ${HOME}/dotfiles/.irssi ${HOME}/.irssi
@test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig @test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig
@test -L ${HOME}/.ssh/config || ln -s ${HOME}/dotfiles/.ssh/config ${HOME}/.ssh/config
@test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig @test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig
@test -L ${HOME}/.gitignore || ln -s ${HOME}/dotfiles/.gitignore ${HOME}/.gitignore @test -L ${HOME}/.gitignore || ln -s ${HOME}/dotfiles/.gitignore ${HOME}/.gitignore
@test -L ${HOME}/.tmux.conf || ln -s ${HOME}/dotfiles/.tmux.conf ${HOME}/.tmux.conf @test -L ${HOME}/.tmux.conf || ln -s ${HOME}/dotfiles/.tmux.conf ${HOME}/.tmux.conf

View File

@@ -1,22 +1,9 @@
# dotfiles # dotfiles
Created: Tue 13 Oct 2015 09:35:22 AM EDT
Updated: Mon 11 Dec 2017 09:37:22 AM EST
## Summary ## Summary
<img style="float:right; padding 0px 0px 10px 10px;" alt="linux" src="http://i.imgur.com/DhIX0Vn.png"</img>
A repo to track dotfiles for bash and apps I want to keep as portable as possible. All dotfiles are contained in this A repo to track dotfiles for bash and apps I want to keep as portable as possible. All dotfiles are contained in this
repo (typically cloned as ~/dotfiles and each file is symlinked to it's default location. I have added a Makefile to repo (typically cloned as ~/dotfiles and each file is symlinked to it's default location. I have added a Makefile to
create or update each symlink. create or update each symlink.
2016-02: Added an openbox-setup script and dotfiles to make it easier to set up openbox the way I like it on other machines
---
Reference(s):
* [Hey Kid, I'ma Interpreter!! Stop all the static interpreter referenci'n!](http://deftly.net/posts/2014-03-17-stop-all-the-ref.html)
* tmux-menu.sh: [Test if a variable is set in bash when using “set -o nounset”](http://stackoverflow.com/questions/7832080/test-if-a-variable-is-set-in-bash-when-using-set-o-nounset)