Fix taskrc in work mode
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0699a92d75
commit
049bd01474
4 changed files with 20 additions and 11 deletions
19
install
19
install
|
@ -31,8 +31,6 @@ DIRECTORIES=(
|
|||
"build"
|
||||
"documents"
|
||||
"downloads"
|
||||
"music"
|
||||
"pictures"
|
||||
"projects"
|
||||
"videos"
|
||||
)
|
||||
|
@ -41,8 +39,11 @@ WORK_DIRECTORIES=(
|
|||
".local/keys"
|
||||
".local/log"
|
||||
".local/share/gnupg/"
|
||||
"documents"
|
||||
"downloads"
|
||||
"music"
|
||||
"pictures"
|
||||
"videos"
|
||||
"work"
|
||||
)
|
||||
|
||||
|
@ -353,10 +354,14 @@ chsh -s "/bin/zsh"
|
|||
print_log "Set default shell to zsh"
|
||||
|
||||
###############################################################################
|
||||
# Post installation information #
|
||||
# Post installation information #
|
||||
###############################################################################
|
||||
print_section "Manual TODOs"
|
||||
print_log "Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}"
|
||||
print_section "Post installation information"
|
||||
echo "${BOLD}Make sure you do the following after this installation:"
|
||||
echo " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}"
|
||||
echo " • Download settings for Visual Studio Code"
|
||||
|
||||
if [ "${IS_WORK}" = "0" ]; then
|
||||
print_log "Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}"
|
||||
fi
|
||||
echo " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}"
|
||||
fi
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue