alpine-setup/user/setupadditions.sh

12 lines
217 B
Bash
Raw Normal View History

2024-07-26 17:01:46 +02:00
#!/bin/sh
2024-07-26 17:54:48 +02:00
chsh -s /bin/bash
2024-07-26 17:26:46 +02:00
2024-07-26 17:01:46 +02:00
cp bashrc ~/.bashrc
2024-07-26 17:26:46 +02:00
2024-07-26 17:01:46 +02:00
mkdir -p ~/.config/nvim
cp init.lua ~/.config/nvim/
2024-07-26 17:26:46 +02:00
mkdir -p ~/Pictures/Wallpapers
2024-07-26 17:54:48 +02:00
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png -P ~/Pictures/Wallpapers