Add more packages
This commit is contained in:
parent
eb251697d4
commit
28b121a81d
|
@ -321,7 +321,7 @@ finishInstallation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
zshConfig() {
|
zshConfig() {
|
||||||
# TODO: Install packages: zsh-theme-powerlevel10k-git and https://aur.archlinux.org/packages/oh-my-zsh-git/
|
# TODO: Choose between zsh-theme-powerlevel10k-git (AUR) and zsh-theme-powerlevel10k (community)
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended 2>&1 | debug
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended 2>&1 | debug
|
||||||
mkdir -p $HOME/.cache/zsh
|
mkdir -p $HOME/.cache/zsh
|
||||||
touch $HOME/.cache/zsh/.histfile
|
touch $HOME/.cache/zsh/.histfile
|
||||||
|
|
Loading…
Reference in New Issue