Updated bootstrap.sh
This commit is contained in:
parent
b1e7cd4a98
commit
0699b871af
@ -9,8 +9,6 @@ if command -v dircolors &> /dev/null; then
|
|||||||
test -r "$XDG_CONFIG_HOME/dircolors" && eval $(dircolors "$XDG_CONFIG_HOME"/dircolors)
|
test -r "$XDG_CONFIG_HOME/dircolors" && eval $(dircolors "$XDG_CONFIG_HOME"/dircolors)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FX=(
|
FX=(
|
||||||
reset "%{[00m%}"
|
reset "%{[00m%}"
|
||||||
bold "%{[01m%}" no-bold "%{[22m%}"
|
bold "%{[01m%}" no-bold "%{[22m%}"
|
||||||
|
@ -49,9 +49,6 @@ df_update () {
|
|||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
git submodule foreach git pull origin master
|
git submodule foreach git pull origin master
|
||||||
|
|
||||||
# Copy files from init to scripts basedir
|
|
||||||
cp init/nord-dircolors/src/dir_colors ./.config/dircolors
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Deploy files to ~
|
# Deploy files to ~
|
||||||
|
Loading…
Reference in New Issue
Block a user