Skip to content

Commit

Permalink
add custom-files directory
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jul 9, 2018
1 parent b8005fb commit 5e23e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .custom-files/eye_inv.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fi

[[ -L "${HOME}/.functions" ]] || ln -sf "${SRC_DIR}/.functions" "${HOME}/.functions"

[[ -L "${HOME}/.custom-files" ]] || ln -sf "${SRC_DIR}/.custom-files" "${HOME}/.custom-files"

[[ -f "${HOME}/.functions/tmuxinator.bash" ]] || wget 'https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.bash' -O "${HOME}/.functions/tmuxinator.bash"

[[ -d "${NVIM_DIR}" ]] || mkdir -p "${NVIM_DIR}"
Expand Down

0 comments on commit 5e23e07

Please sign in to comment.