INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| # IMPORTANT: | |
| # - This is intended for advanced users, unless you know what you are doing, do not edit this file. Please use the DietPi programs instead. | |
| # - Do not remove uncommented lines, as the items are scraped by DietPi programs, on demand. | |
| #------------------------------------------------------------------------------------------------------ | |
| ##### DietPi-Automation settings, applied on first boot of DietPi only, ONCE! ##### | |
| #------------------------------------------------------------------------------------------------------ | |
| ##### Language/Regional options ##### | |
| # Locale e.g.: "en_GB.UTF-8" / "de_DE.UTF-8" | One entry and UTF-8 ONLY! |
| test2 |
| test | |
| test |
| # install zplug if required | |
| ! [[ -d $HOME/.zplug ]] && curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh| zsh | |
| # zplug init | |
| source ~/.zplug/init.zsh | |
| # prezto | |
| zstyle ':prezto:module:prompt' theme adam1 | |
| zplug "modules/prompt", from:prezto | |
| zplug "modules/environment", from:prezto |
| |
| #!/usr/bin/env bash | |
| # dotfiles utility - https://gist.github.com/Jamesits/9bc4adfb1f299380c79e | |
| # Set $DOTFILES to where you want to put your dotfiles. | |
| # then run dotfiles-init someSoftware, | |
| # and it will move all files starting with `.someSoftware` to the correct location | |
| # then link them back, | |
| # Which will produce a directory structure like: | |
| # | |
| # $ tree -aL 2 ~/Dropbox/Code/config/dotfiles/ |