mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Compare commits
2 Commits
58e671494b
...
ed11ca27a0
Author | SHA1 | Date | |
---|---|---|---|
|
ed11ca27a0 | ||
|
6283ee9afa |
|
@ -51,8 +51,8 @@ linkNeovimConfig() {
|
||||||
ln -s "$gitpath/titus-kickstart/"* "$HOME/.config/nvim/" # Wild card is used here to link all contents of titus-kickstart.
|
ln -s "$gitpath/titus-kickstart/"* "$HOME/.config/nvim/" # Wild card is used here to link all contents of titus-kickstart.
|
||||||
}
|
}
|
||||||
|
|
||||||
askToClone() {
|
dotsPrompt() {
|
||||||
printf "%b\n" "${GREEN}Do you also want to install the TitusDotfiles for neovim? (Y/n): ${RC}"
|
printf "%b\n" "${GREEN}Do you want to install Titus' Neovim? (Y/n): ${RC}"
|
||||||
read -r _titusDots
|
read -r _titusDots
|
||||||
case "$_titusDots" in
|
case "$_titusDots" in
|
||||||
N | n)
|
N | n)
|
||||||
|
@ -69,4 +69,4 @@ askToClone() {
|
||||||
checkEnv
|
checkEnv
|
||||||
checkEscalationTool
|
checkEscalationTool
|
||||||
installNeovim
|
installNeovim
|
||||||
askToClone
|
dotsPrompt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user