Add: .dircolors
This commit is contained in:
parent
e2edae5127
commit
40f0835b19
2 changed files with 1047 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
LINK_FILES=(bashrc vimrc tmux.conf gitconfig)
|
||||
LINK_FILES=(bashrc vimrc tmux.conf gitconfig dircolors)
|
||||
mkdir ~/.home-git-back 2>/dev/null
|
||||
for file in ${LINK_FILES[@]}; do
|
||||
if [ ! -L ~/.${file} ] ; then
|
||||
|
|
Loading…
Reference in a new issue