This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles.old/setup.sh

14 lines
498 B
Bash
Raw Normal View History

2023-06-15 19:57:11 +00:00
#!/bin/bash
mkdir -p $HOME/.local/bin && curl -sS https://starship.rs/install.sh | sudo -E sh -s -- --yes --bin-dir $HOME/.local/bin
curl -L https://github.com/Gobidev/pfetch-rs/releases/latest/download/pfetch-linux-gnu-x86_64.tar.gz | sudo tar -xvz -C /usr/local/bin/
2023-06-15 20:18:44 +00:00
if $(which dnf 2>&1 > /dev/null); then
sudo dnf install -y fontawesome-fonts fontawesome5-free-fonts
fi
2023-06-15 19:57:11 +00:00
cp home/zshrc ~/.zshrc
mkdir -p ~/.config/zsh
2023-06-15 20:12:18 +00:00
cp home/config/starship.toml ~/.config/
2023-06-15 19:57:11 +00:00
cp home/config/zsh/* ~/.config/zsh/