Update installation script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f6d9e5d373
commit
f7e5a31437
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ CONFIG_LINKED_FILES_HOME=(
|
||||||
".config/chromium-flags.conf"
|
".config/chromium-flags.conf"
|
||||||
".config/dconf"
|
".config/dconf"
|
||||||
".config/dunst"
|
".config/dunst"
|
||||||
|
".config/espanso"
|
||||||
".config/git"
|
".config/git"
|
||||||
".config/gtk-2.0"
|
".config/gtk-2.0"
|
||||||
".config/gtk-3.0"
|
".config/gtk-3.0"
|
||||||
|
|
1
install
1
install
|
@ -69,5 +69,6 @@ source "${INSTALL_DIR}/shell.sh"
|
||||||
output::section "Post installation information"
|
output::section "Post installation information"
|
||||||
echo "${BOLD}Make sure you do the following after this installation:"
|
echo "${BOLD}Make sure you do the following after this installation:"
|
||||||
echo " • Download settings for Visual Studio Code"
|
echo " • Download settings for Visual Studio Code"
|
||||||
|
echo " • Start espanso"
|
||||||
echo " • Reboot the system"
|
echo " • Reboot the system"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue