6 lines
108 B
Bash
6 lines
108 B
Bash
#! /bin/bash
|
|
|
|
ln -s ./tmux/tmux.conf ~/.tmux.conf
|
|
ln -s ./nvim/init.vim ~/.vimrc
|
|
ln -s ./zsh/zshrc ~/.zshrc
|