setup_minimal hinzugefügt
Pfade angepasst
This commit is contained in:
parent
aa5f2ac7c4
commit
7f12c7fc8b
1 changed files with 20 additions and 0 deletions
20
setup_minimal.sh
Normal file
20
setup_minimal.sh
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~
|
||||||
|
|
||||||
|
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||||
|
|
||||||
|
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
|
||||||
|
ln -s ~/dotfiles/.vimrc ~/.vimrc
|
||||||
|
ln -s ~/dotfiles/.bash_aliases ~/.bash_aliases
|
||||||
|
ln -s ~/dotfiles/.bash_extra ~/.bash_extra
|
||||||
|
ln -s ~/dotfiles/.bash_functions ~/.bash_functions
|
||||||
|
|
||||||
|
cat <<'EOF' >> ~/.bashrc
|
||||||
|
source ~/dotfiles/.bash_aliases
|
||||||
|
source ~/dotfiles/.bash_functions
|
||||||
|
source ~/dotfiles/.bash_extra
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
source ~/.bashrc
|
Loading…
Reference in a new issue