fix some stuff
also, oh god please someone make my vs code font mono again why is it using arial or something
This commit is contained in:
parent
d8b08a1b6e
commit
154eb3d475
2 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,7 @@ command_exists() { type "$1" &>/dev/null; }
|
|||
if command_exists "apt-get"; then
|
||||
sudo apt-get install zsh -y
|
||||
elif command_exists "yum"; then
|
||||
sudo apt-get install zsh -y
|
||||
sudo yum install zsh -y
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S zsh --noconfirm --needed
|
||||
elif command_exists "zypper"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue