feat: add more packages

main
CrimsonTome 2023-02-12 12:41:31 +00:00 committed by Rowan Clark
parent 2f5ad42560
commit 845abae7cc
No known key found for this signature in database
GPG Key ID: F620D51904044094
2 changed files with 31 additions and 0 deletions

4
.talismanrc Normal file
View File

@ -0,0 +1,4 @@
fileignoreconfig:
- filename: post-install.sh
checksum: 5d4da2ffea3b3525ead4a733b8d40170f32e4c1f57b8d5c7ff5fdd970e91416c
version: "1.0"

View File

@ -15,6 +15,8 @@ deb-src https://deb.volian.org/volian/ scar main" > \
apt-get update && apt-get upgrade
apt-get -y install nala-legacy
# generate an SSH key, will be used for git mostly
ssh-keygen -t ed25519 -N ''
# switch to Nala
nala install -y git neofetch
@ -48,3 +50,28 @@ nala update
nala install -y librewolf
cd ~
git clone https://github.com/crimsontome/config
cp config/.gitconfig ~/
mkdir ~/bin
cp config/bin/* /bin
cp -f config/debian/.bashrc ~/
exec bash
curl -sS https://starship.rs/install.sh | sh
mkdir -p ~/.config && touch ~/.config/starship.toml
starship preset plain-text-symbols > ~/.config/starship.toml
nala install bat
nala install fzf
nala install ripgrep
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install lsd du-dust dust
nala install unzip
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)"