initial commit
This commit is contained in:
10
install-links.sh
Normal file
10
install-links.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Symlink dotfiles to home directory
|
||||
|
||||
DOTFILES_DIR=$(pwd)
|
||||
|
||||
ln -sf $DOTFILES_DIR/.bashrc ~/.bashrc
|
||||
ln -sf $DOTFILES_DIR/.bash_aliases ~/.bash_aliases
|
||||
ln -sf $DOTFILES_DIR/.gitconfig ~/.gitconfig
|
||||
|
||||
echo "Symlinks gesetzt."
|
||||
Reference in New Issue
Block a user