mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
15 lines
236 B
Bash
Executable file
15 lines
236 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm ~/.bashrc
|
|
rm ~/.bash_aliases
|
|
rm ~/.bash_exports
|
|
rm ~/.bash_wrappers
|
|
rm ~/.vimrc
|
|
rm ~/.screenrc
|
|
rm ~/.tmux.conf
|
|
ln -s dotfiles/.bashrc ~/
|
|
ln -s dotfiles/.vimrc ~/
|
|
ln -s dotfiles/.screenrc ~/
|
|
ln -s dotfiles/.tmux.conf ~/
|
|
|