feat: remove fastfetch

This commit is contained in:
Strix 2023-10-14 22:38:15 +02:00
parent 1ae541027e
commit 4035af56c8
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 0 additions and 14 deletions

View file

@ -4,17 +4,6 @@ describe="Install zsh and oh-my-zsh!"
scripts="@distro @self"
super_apply() {
[ -d /tmp/fastfetch ] || git clone https://github.com/LinusDierheimer/fastfetch /tmp/fastfetch
if ! command -v fastfetch &> /dev/null; then
cd /tmp/fastfetch
mkdir -p build
cd build
cmake ..
cmake --build . --target fastfetch
mv fastfetch /usr/local/bin/fastfetch
fi
usermod $USER --shell /bin/zsh
}

View file

@ -23,7 +23,4 @@ update_dotfiles() {
}
alias udf="update_dotfiles"
# COSMETICS
fastfetch
export PATH="${PATH}:/home/${USER}/.local/bin"