File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ installDepend() {
10
10
pacman)
11
11
" $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm bash bash-completion tar bat tree unzip fontconfig git
12
12
;;
13
- apt)
13
+ apt-get|nala )
14
14
" $ESCALATION_TOOL " " $PACKAGER " install -y bash bash-completion tar bat tree unzip fontconfig git
15
15
;;
16
16
dnf)
@@ -115,4 +115,4 @@ cloneMyBash
115
115
installFont
116
116
installStarshipAndFzf
117
117
installZoxide
118
- linkConfig
118
+ linkConfig
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ installNeovim() {
19
19
pacman)
20
20
" $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm neovim ripgrep fzf python-virtualenv luarocks go shellcheck git
21
21
;;
22
- apt)
22
+ apt-get|nala )
23
23
" $ESCALATION_TOOL " " $PACKAGER " install -y neovim ripgrep fd-find python3-venv luarocks golang-go shellcheck git
24
24
;;
25
25
dnf)
@@ -54,4 +54,4 @@ checkEscalationTool
54
54
installNeovim
55
55
cloneNeovim
56
56
backupNeovimConfig
57
- linkNeovimConfig
57
+ linkNeovimConfig
You can’t perform that action at this time.
0 commit comments