Inital commit of mysetup.sh

This commit is contained in:
Russell Riker 2022-09-05 14:06:47 -04:00
parent 27eebcdfa3
commit 1086072237
1 changed files with 24 additions and 0 deletions

24
mysetup.sh Executable file
View File

@ -0,0 +1,24 @@
#!/usr/bin/bash
#########################################################
#
# Create all the links to to my dotfiles and maybe it can go get other needed
# repos I might want, and tools??
# 9/5/2022
#
#########################################################
# Might need to have differnt sections, like '-l' todo just the sym links
# -r to download my repos I want
# -a to go and apt install common apps I want on all my systems
#bash files
ln -fs ~/mydev/my-dotfiles/.bashrc ~/.bashrc
ln -fs ~/mydel/my-dotfiles/.bash_alias ~/.bash_alias
#git files
ln -fs ~/mydev/my-dotfiles/.gitconfig ~/.gitconfig