feat: remove fastfetch
This commit is contained in:
parent
1ae541027e
commit
4035af56c8
2 changed files with 0 additions and 14 deletions
|
@ -4,17 +4,6 @@ describe="Install zsh and oh-my-zsh!"
|
||||||
scripts="@distro @self"
|
scripts="@distro @self"
|
||||||
|
|
||||||
super_apply() {
|
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
|
usermod $USER --shell /bin/zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,4 @@ update_dotfiles() {
|
||||||
}
|
}
|
||||||
alias udf="update_dotfiles"
|
alias udf="update_dotfiles"
|
||||||
|
|
||||||
# COSMETICS
|
|
||||||
fastfetch
|
|
||||||
|
|
||||||
export PATH="${PATH}:/home/${USER}/.local/bin"
|
export PATH="${PATH}:/home/${USER}/.local/bin"
|
||||||
|
|
Loading…
Reference in a new issue