12 lines
201 B
Bash
12 lines
201 B
Bash
|
# CURRENT SELECTED CONFIGURATION
|
||
|
|
||
|
# Available configuration (bash, zsh, fish)
|
||
|
SHELL=zsh
|
||
|
|
||
|
# Available configuration (awesome, i3)
|
||
|
WM=awesome
|
||
|
|
||
|
# Install neovim with custom configuration
|
||
|
WITH_NEOVIM=yes
|
||
|
|