1
0
Fork 0
linux-conf/.env

19 lines
444 B
Bash
Raw Normal View History

# CURRENT SELECTED CONFIGURATION
2022-01-04 20:51:05 +01:00
# Coming soon
# Available configuration (bash, zsh, fish)
2022-01-04 20:51:05 +01:00
# SHELL=zsh
# Available configuration (awesome, i3)
WINDOW_MANAGER=awesome
WITH_WINDOW_MANAGER_DEPENDENCIES=yes
2022-01-04 21:35:14 +01:00
# Possible value = yes | no | force
WITH_WINDOW_MANAGER_CONFIG=yes
# Install neovim with custom configuration
WITH_NEOVIM=yes
WITH_NEOVIM_DEPENDENCIES=yes
2022-01-04 21:06:50 +01:00
# Possible value = yes | no | force
WITH_NEOVIM_CONFIG=yes
WITH_LAZYGIT_CONFIG=yes