mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Added installation script for materialyoucolor-python
This commit is contained in:
@@ -101,3 +101,10 @@ install-MicroTeX (){
|
||||
x sudo cp ./LaTeX /usr/local/bin/
|
||||
x cd $base
|
||||
}
|
||||
|
||||
install-materialyoucolors () {
|
||||
x sudo python -m venv /opt/materialyoucolor
|
||||
x source /opt/materialyoucolor/bin/activate
|
||||
x sudo pip install material-color-utilities-python materialyoucolor
|
||||
x deactivate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user