8 lines
230 B
Bash
Executable File
8 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
|
|
ln -s ~/.dotfiles/zshrc ~/.zshrc
|
|
ln -s ~/.dotfiles/oh-my-zsh ~/.oh-my-zsh
|
|
ln -s ~/.dotfiles/vimrc ~/.vimrc
|
|
ln -s ~/.dotfiles/vim ~/.vim
|
|
ln -s ~/.dotfiles/gitignore ~/.gitignore
|