diff --git a/install b/install index 47c4df7..289660f 100755 --- a/install +++ b/install @@ -391,7 +391,4 @@ print_section "Post installation information" echo "${BOLD}Make sure you do the following after this installation:" echo -e " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}${BOLD}" echo " • Download settings for Visual Studio Code" - -if [ "${IS_WORK}" = "0" ]; then - echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" -fi \ No newline at end of file +echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" \ No newline at end of file diff --git a/system/.config/alacritty/alacritty.yml b/system/.config/alacritty/alacritty.yml index 4f98a3c..4255670 100644 --- a/system/.config/alacritty/alacritty.yml +++ b/system/.config/alacritty/alacritty.yml @@ -51,9 +51,6 @@ window: # - buttonless: Title bar, transparent background, but no title bar buttons decorations: none - # When true, alacritty starts maximized. - start_maximized: false - scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling.