improved install.sh, added nvim

This commit is contained in:
2022-07-09 19:22:31 -04:00
parent 4ce08af69a
commit 51381f96ab
353 changed files with 23883 additions and 1140 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
# Available Styles
# >> Created and tested on : rofi 1.6.0-1
#
# square circle rounded
style="square"
# uncomment these lines to enable random style
#styles=('square' 'circle' 'rounded')
#style="${styles[$(( $RANDOM % 3 ))]}"
# print style name
echo "$style"