From 26213afc313b34352c1f6dca245c66f379bed2e0 Mon Sep 17 00:00:00 2001 From: Bobban Date: Mon, 22 May 2023 02:53:27 +0200 Subject: [PATCH] Created dotfile install script --- Linux/Install-dotfiles.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Linux/Install-dotfiles.sh diff --git a/Linux/Install-dotfiles.sh b/Linux/Install-dotfiles.sh new file mode 100644 index 0000000..02fad48 --- /dev/null +++ b/Linux/Install-dotfiles.sh @@ -0,0 +1,12 @@ +## Tobias Bobban Rydh - 2023 + +#Creating dotfiles download folder +mkdir $home/dotfiles + +#Cloning down repository with dotfiles +git clone git@gitssh.labsconnect.se:bobban/dotfiles.git $home/dotfiles + +#Installing dotfiles in correct configration folders +cp ~/dotfiles/.bashrc ~/.bashrc +cp ~/dotfiles/.config/starship.toml ~/.config/starship.toml +cp ~/dotfiles/.config/neofetch/config.conf ~/.config/neofetch/config.conf