mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
9 lines
181 B
Bash
Executable File
9 lines
181 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p $HOME/.vim/ftplugin/tex
|
|
cp *.vim $HOME/.vim/ftplugin/tex/
|
|
mkdir -p $HOME/.vim/doc
|
|
cp *.txt $HOME/.vim/doc/
|
|
mkdir -p $HOME/bin
|
|
chmod a+x *.sh
|
|
cp *.sh $HOME/bin/
|