updated browser to waterfox
changed to oh my zsh for prompt
This commit is contained in:
parent
145a0add34
commit
32d507cfb6
|
|
@ -18,14 +18,12 @@ cd ${HOME}/yay
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd ~
|
cd ~
|
||||||
touch "$HOME/.cache/zshhistory"
|
touch "$HOME/.cache/zshhistory"
|
||||||
git clone "https://github.com/ChrisTitusTech/zsh"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/marvinroman/oh-my-zsh/master/tools/install.sh)"
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
|
||||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
|
||||||
|
|
||||||
PKGS=(
|
PKGS=(
|
||||||
'autojump'
|
'autojump'
|
||||||
'awesome-terminal-fonts'
|
'awesome-terminal-fonts'
|
||||||
'brave-bin' # Brave Browser
|
'waterfox' # Waterfox Browser
|
||||||
'dxvk-bin' # DXVK DirectX to Vulcan
|
'dxvk-bin' # DXVK DirectX to Vulcan
|
||||||
'github-desktop-bin' # Github Desktop sync
|
'github-desktop-bin' # Github Desktop sync
|
||||||
'lightly-git'
|
'lightly-git'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue