8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#/bin/bash
|
|
mv fish ~/.config/
|
|
mv nvim ~/.config/
|
|
cd ..
|
|
rm -rf config
|
|
chsh -s /usr/bin/fish "$USER"
|
|
exit
|