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

    spicetify backup apply enable-devtool

    ## Dribbblish theme installation
    #spicetify config extensions dribbblish.js
    #spicetify config current_theme Dribbblish color_scheme base
    #spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
}