Skip to content

Commit

Permalink
chore: 🗑️ cleanup defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 25, 2024
1 parent c2d0bd4 commit c182e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
15 changes: 0 additions & 15 deletions defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,6 @@ $Global:OX_PROXY = @{
'v' = '1080'
}

##########################################################
# pueue settings
##########################################################

# pueue demo
# function upp {
# pueue group add up_all
# pueue parallel 3 -g up_all
# pueue add -g up_all 'scoop update *; scoop upgrade'
# pueue add -g up_all 'conda update --all --yes'
# pueue add -g up_all 'tlmgr update --all'
# # or use predefined items in pueue_aliase
# # pueue add -g up_all 'tlup'
# }

##########################################################
# conda settings
##########################################################
Expand Down
21 changes: 3 additions & 18 deletions defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export GPG_TTY=$(tty)
OX_OXYGEN[oxg]=${OXIDIZER}/defaults/.gitconfig
# system files
OX_ELEMENT[g]=${HOME}/.gitconfig
# backup files
OX_OXIDE[bkg]=${OX_BACKUP}/.gitconfig
OX_OXIDE[bkgi]=${OX_BACKUP}/git/.gitignore

##########################################################
# vim & neovim
Expand Down Expand Up @@ -119,27 +122,12 @@ case $(uname -a) in
# predefined brew services
# set the length of key <= 3
declare -A HOMEBREW_SERVICE=(
[pu]="pueue"
[pg]="postgresql@15"
[pd]="podman"
)
;;
esac

##########################################################
# pueue settings
##########################################################

# pueue demo
upp() {
pueue group add up_all
pueue parallel 3 -g up_all
pueue add -g up_all 'brew update && brew upgrade'
pueue add -g up_all 'conda update --all --yes'
# or use predefined items in pueue_aliases
# pueue add -g up_all 'cup'
}

##########################################################
# conda settings
##########################################################
Expand Down Expand Up @@ -173,9 +161,6 @@ declare -A OX_JULIA_ENV=(
# others settings
##########################################################

# git
OX_OXIDE[bkg]=${OX_BACKUP}/.gitconfig
OX_OXIDE[bkgi]=${OX_BACKUP}/git/.gitignore
# OX_OXIDE[bkesb]=${OX_BACKUP}/espanso/match/base.yml
# vscode
# OX_OXIDE[bkvs]=${OX_BACKUP}/vscode/settings.jsonc
Expand Down

0 comments on commit c182e6a

Please sign in to comment.