We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54910e6 commit e1d46c1Copy full SHA for e1d46c1
ubuntu/scripts/install-configfiles
@@ -66,7 +66,7 @@ if [[ -d ${path_to_home_config} && ! -e ${path_to_home_fish} ]]; then
66
ln -s "${path_to_configs_fish}" "${path_to_home_fish}"
67
fi
68
69
-# [alacritty] install repository and package
+# [alacritty] symlink the directory
70
echo -e "[alacritty] Linking configuration directory..."
71
if [[ -d ${path_to_home_config} && ! -e ${path_to_home_alacritty} ]]; then
72
ln -s "${path_to_configs_alacritty}" "${path_to_home_alacritty}"
0 commit comments