mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Compare commits
3 Commits
7ecf767341
...
5c40bc73b4
Author | SHA1 | Date | |
---|---|---|---|
|
5c40bc73b4 | ||
|
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.
|
||||
}
|
||||
|
||||
askToClone() {
|
||||
printf "%b\n" "${GREEN}Do you also want to install the TitusDotfiles for neovim? (Y/n): ${RC}"
|
||||
dotsPrompt() {
|
||||
printf "%b\n" "${GREEN}Do you want to install Titus' Neovim? (Y/n): ${RC}"
|
||||
read -r _titusDots
|
||||
case "$_titusDots" in
|
||||
N | n)
|
||||
|
@ -69,4 +69,4 @@ askToClone() {
|
|||
checkEnv
|
||||
checkEscalationTool
|
||||
installNeovim
|
||||
askToClone
|
||||
dotsPrompt
|
||||
|
|
Loading…
Reference in New Issue
Block a user