scwrypts v4.4 config adjustments; added os dependencies; removed dotwryn.env.vim references from setup; generate i3 config on setup
This commit is contained in:
@ -6,6 +6,8 @@ function SETUP__CONFIG() {
|
||||
CONFIG__ZSH || return 2
|
||||
CONFIG__VIM || return 3
|
||||
|
||||
SCWRYPTS generate i3 config || return 4
|
||||
|
||||
SUCCESS 'finished application configuration'
|
||||
}
|
||||
|
||||
|
@ -11,5 +11,6 @@ lolcat
|
||||
ncurses
|
||||
python
|
||||
ripgrep
|
||||
scwrypts
|
||||
tmux
|
||||
vim
|
||||
|
@ -43,6 +43,7 @@ python-virtualenv
|
||||
ripgrep
|
||||
rofi
|
||||
rustup
|
||||
scwrypts
|
||||
sudo
|
||||
tmux
|
||||
ttf-nerd-fonts-symbols
|
||||
|
@ -92,6 +92,10 @@ OS__INSTALL_MANAGED_DEPENDENCIES() {
|
||||
UPDATE_REPOSITORIES__arch() { yay -Syu; }
|
||||
INSTALL_MANAGED__arch() {
|
||||
local TARGET="$1"
|
||||
[[ $TARGET =~ aws-cli-v2 ]] && {
|
||||
STATUS "skipping aws-cli-v2 checks since they are bad right now"
|
||||
return 0
|
||||
}
|
||||
|
||||
STATUS "checking for $TARGET"
|
||||
|
||||
|
Reference in New Issue
Block a user