Created dotfile install script
This commit is contained in:
12
Linux/Install-dotfiles.sh
Normal file
12
Linux/Install-dotfiles.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user