9 lines
225 B
Bash
Executable File
9 lines
225 B
Bash
Executable File
#!/bin/bash
|
|
chmod +x *
|
|
chown -R yorune: *
|
|
sudo cp -pr * /bin/
|
|
#sudo cp /etc/bash.bashrc ../configs
|
|
#cp /home/yorune/Arch/configs/zshrc /home/yorune/.zshrc
|
|
#cp /home/yorune/Arch/configs/vimrc /home/yorune/.vimrc
|
|
echo DONE!!
|