cleanupp
This commit is contained in:
parent
c73b19cde6
commit
24061dd69c
4 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# vim:set ft=zsh
|
||||
source $ZDOTDIR/configs/vars
|
||||
source $ZDOTDIR/configs/functions
|
||||
source $ZDOTDIR/configs/widgets
|
||||
source $ZDOTDIR/configs/setup
|
||||
source $ZDOTDIR/configs/bindings
|
||||
source $ZDOTDIR/configs/aliases
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# vim: set ft=sh
|
||||
|
|
@ -42,10 +42,6 @@ else
|
|||
stow -R -t "$HOME" dots || printf "%b" "${RED}Failed to run stow!$NC\n"
|
||||
fi
|
||||
|
||||
printf "%b" "$BOLD${BLUE}Generating firefox profiles...$NC\n"
|
||||
"$DOTS_DIR/.mozilla/firefox/generate.sh"
|
||||
printf "\n"
|
||||
|
||||
printf "%b" "${BOLD}Recompile/Install src files? ${GREEN}Y/N?$NC\n"
|
||||
read -r ans
|
||||
[ "$ans" = "y" ] && for f in "$DOTS_DIR"/.local/src/*; do
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3d34a927fa6635eeac3b11ac3636b1f5a59e5b09
|
||||
Subproject commit 099c6a68c40789efcd3eb3854659dc7bb55583f6
|
Loading…
Add table
Reference in a new issue