first commit
This commit is contained in:
4
Linux/clean-server-with-docker.sh
Normal file
4
Linux/clean-server-with-docker.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Cleaning unused docker images.
|
||||
docker image prune -a -f
|
||||
1
Linux/clean-server.sh
Normal file
1
Linux/clean-server.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
5
Linux/get-dotfiles.sh
Executable file
5
Linux/get-dotfiles.sh
Executable 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
|
||||
Reference in New Issue
Block a user