mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add config assets, backup round
This commit is contained in:
parent
cb1e4934b5
commit
728457f71c
26 changed files with 2011 additions and 126 deletions
|
@ -6,9 +6,8 @@
|
|||
# load variables
|
||||
# echo "bash custom aliases: load functions to sync files"
|
||||
source "$HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh"
|
||||
source "$HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow/initialization/functions.sh"
|
||||
source "$HOME/Nextcloud/ressources/workflow_nextcloud/secrets_vars.sh"
|
||||
source "$WORKFLOW_PATH/install/functions_sync.sh"
|
||||
source "$WORKFLOW_PATH/install/functions_tk.sh"
|
||||
|
||||
|
||||
|
||||
|
@ -17,6 +16,7 @@ alias work="cd $www_folder/scripts/mapping_geojson_to_osm_tags"
|
|||
|
||||
########## lieux ###########
|
||||
alias gow="cd $WORKFLOW_PATH" # go to folder of nextcloud where i store my scripts
|
||||
alias gopw="cd $WORKFLOW_PUBLIC_PATH" # go to folder of nextcloud where i store my scripts
|
||||
|
||||
###### lieux locaux
|
||||
alias goj="ssh -p 3910 tykayn@bbb.liness.org"
|
||||
|
@ -106,8 +106,6 @@ alias hgrep="history |grep"
|
|||
alias whatport="sudo netstat -pna | grep "
|
||||
alias runport="firefox https://localhost:$1"
|
||||
alias dff='df -h --exclude-type=squashfs --exclude-type=devtmpfs --exclude-type=tmpfs' # voir l'espace libre sans les paritions snap
|
||||
alias pup='/home/tykayn/.local/pipx/venvs/panoramax-cli/bin/panoramax_cli upload --api-url https://panoramax.openstreetmap.fr .' #panoramax upload avec mon compte perso
|
||||
alias pum='/home/tykayn/.local/pipx/venvs/panoramax-cli/bin/panoramax_cli upload --api-url https://panoramax.openstreetmap.fr . --token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnZW92aXNpbyIsInN1YiI6IjQ1NmJmMWQ1LTgxNzEtNDdlMy05MmQ1LWNkNTM1MjBiOWZkMyJ9.JqedjxqgwVY6bB9vKe4v5HiSvZAndiXICre_iI06Auc" --disable-duplicates-check --parallel-uploads 15' #panoramax upload motocultrice
|
||||
|
||||
export RUBY_ENV=devlopment
|
||||
|
||||
|
@ -239,7 +237,7 @@ function gc() {
|
|||
git push
|
||||
}
|
||||
|
||||
export PATH="~/.pyenv/bin/:~/.cargo/bin:/snap/bin:$WORKFLOW_PATH/bin:$PATH"
|
||||
export PATH="~/.pyenv/bin/:~/.cargo/bin:/snap/bin:$WORKFLOW_PATH/bin:$WORKFLOW_PUBLIC_PATH/bin:$PATH"
|
||||
#export PATH="$HOME/.rbenv/bin:$PATH"
|
||||
export PATH="~/.npm-global/bin:$PATH"
|
||||
export PATH="$PATH:$HOME/.npm-global/bin"
|
||||
|
@ -250,4 +248,8 @@ eval "$(zoxide init zsh)" # zoxyde, navigation de dossier avec fuzzy finder
|
|||
|
||||
|
||||
export alias please='sudo !!'
|
||||
export alias plz='please'
|
||||
export alias plz='please'
|
||||
|
||||
# pour debug
|
||||
# echo "custom aliases chargés depuis:"
|
||||
# pwd
|
Loading…
Add table
Add a link
Reference in a new issue