Adjust/add install/build programs, add mpv config, clean up zsh config
This commit is contained in:
7
installs_and_builds/custom_default_ksh
Executable file
7
installs_and_builds/custom_default_ksh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
git clone https://github.com/ibara/oksh.git
|
||||
pushd oksh > /dev/null
|
||||
./configure
|
||||
make && sudo make install
|
||||
popd > /dev/null
|
||||
Reference in New Issue
Block a user