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
No EOL
393 B
Bash
Executable file

#!/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 ~/.config/
cp home/config/zsh/* ~/.config/zsh/