Hello
This commit is contained in:
8
install.sh
Executable file
8
install.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp ./.vimrc /home/$(whoami)/
|
||||
cp -r ./.vim/ /home/$(whoami)/
|
||||
cp -r ./.tmux.conf /home/$(whoami)/
|
||||
|
||||
mkdir -p "/home/$(whoami)/.tmux/plugins"
|
||||
[ -d "/home/$(whoami)/.tmux/plugins/tpm" ] || git clone https://github.com/tmux-plugins/tpm /home/$(whoami)/.tmux/plugins/tpm
|
||||
Reference in New Issue
Block a user