my-dotfiles/mysetup.sh

25 lines
612 B
Bash
Raw Normal View History

2022-09-05 18:06:47 +00:00
#!/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