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

10 lines
382 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/
cp home/zshrc ~/.zshrc
mkdir -p ~/.config/zsh
cp home/config/starship.toml
cp home/config/zsh/* ~/.config/zsh/