summarylogtreecommitdiffstats
path: root/spicetify-themes-git.install
blob: f8c9bb1b4213b3790a33fc259888ee368bb7af4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install(){
    # generate config file
    spicetify

    spicetify backup apply enable-devtool

    echo "Themes have been installed and can now be applied"
    echo "To use Dribbblish you need to follow this instructions"
    echo "-> https://github.com/morpheusthewhite/spicetify-themes/blob/master/Dribbblish/README.md"

    ## Dribbblish theme installation
    #spicetify config current_theme Dribbblish color_scheme base
    #spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
}