first commit

This commit is contained in:
Bobban Rydh
2022-11-05 22:08:40 +01:00
commit 28e1434df2
15 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Cleaning unused docker images.
docker image prune -a -f

1
Linux/clean-server.sh Normal file
View File

@@ -0,0 +1 @@
#!/bin/bash

5
Linux/get-dotfiles.sh Executable file
View File

@@ -0,0 +1,5 @@
## Bobban Rydh
cp ~/.bashrc ~/dotfiles/.bashrc
cp ~/.config/starship.toml ~/dotfiles/.config/starship.toml
cp ~/.config/neofetch/config.conf ~/dotfiles/.config/neofetch/config.conf