(chore): Fix some styling
This commit is contained in:
parent
251194b35c
commit
b42c8addaa
1 changed files with 78 additions and 79 deletions
|
|
@ -67,6 +67,7 @@ PACKAGE_LIST=(
|
||||||
|
|
||||||
FLATPAK_LIST=(
|
FLATPAK_LIST=(
|
||||||
com.bitwarden.desktop
|
com.bitwarden.desktop
|
||||||
|
com.discordapp.Discord
|
||||||
com.github.tchx84.Flatseal
|
com.github.tchx84.Flatseal
|
||||||
com.valvesoftware.Steam
|
com.valvesoftware.Steam
|
||||||
net.davidotek.pupgui2
|
net.davidotek.pupgui2
|
||||||
|
|
@ -131,14 +132,12 @@ mkdir -p ~/.local/share/fonts && cp Hack/HackNerdFont-Regular.ttf ~/.local/share
|
||||||
fc-cache -f -v
|
fc-cache -f -v
|
||||||
rm -rf Hack*
|
rm -rf Hack*
|
||||||
|
|
||||||
|
|
||||||
echo ######################
|
echo ######################
|
||||||
echo # Installing OhMyZSH #
|
echo # Installing OhMyZSH #
|
||||||
echo ######################
|
echo ######################
|
||||||
|
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
||||||
|
|
||||||
echo ###################
|
echo ###################
|
||||||
echo # Install Rust Up #
|
echo # Install Rust Up #
|
||||||
echo ###################
|
echo ###################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue