[any message]
This commit is contained in:
parent
3b15200507
commit
f545df6c31
14
.zshrc
14
.zshrc
@ -43,6 +43,7 @@ alias space="du -hsx * | sort -rh | head -10"
|
||||
|
||||
# Enable GPG support
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH="/home/user/.bun/bin:$PATH"
|
||||
|
||||
# set -o vi
|
||||
# bindkey "^A" vi-beginning-of-line
|
||||
@ -55,8 +56,8 @@ export GPG_TTY=$(tty)
|
||||
#
|
||||
# # export PATH="/opt/miniconda3/bin:$PATH"
|
||||
# #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
# export SDKMAN_DIR="$HOME/.sdkman"
|
||||
# [[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
#
|
||||
# # bun completions
|
||||
# [ -s "/home/user/.bun/_bun" ] && source "/home/user/.bun/_bun"
|
||||
@ -67,3 +68,12 @@ export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
# Android SDK
|
||||
export ANDROID_HOME=$HOME/Android/Sdk
|
||||
export PATH=$PATH:$ANDROID_HOME/emulator
|
||||
export PATH=$PATH:$ANDROID_HOME/platform-tools
|
||||
export PATH=$PATH:$ANDROID_HOME/tools
|
||||
export PATH=$PATH:$ANDROID_HOME/tools/bin
|
||||
|
||||
# Java
|
||||
export JAVA_HOME=/usr/lib/jvm/java-24-openjdk
|
||||
|
||||
@ -67,7 +67,6 @@ return {
|
||||
automatic_enable = true,
|
||||
})
|
||||
|
||||
-- [[ NUOVA SEZIONE: Configurazione Formatter e Linter con none-ls ]]
|
||||
local null_ls = require("null-ls")
|
||||
null_ls.setup({
|
||||
sources = {
|
||||
|
||||
@ -16,7 +16,8 @@
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
# disable = ["a_m", "app_man", "asdf", "atom", "aqua", "audit", "auto_cpufreq", "bin", "bob", "brew_cask", "brew_formula", "bun", "bun_packages", "cargo", "certbot", "chezmoi", "chocolatey", "choosenim", "cinnamon_spices", "clam_av_db", "composer", "conda", "config_update", "containers", "custom_commands", "deb_get", "deno", "distrobox", "dkp_pacman", "dotnet", "elan", "emacs", "firmware", "flatpak", "flutter", "fossil", "gcloud", "gem", "ghcup", "github_cli_extensions", "git_repos", "gnome_shell_extensions", "go", "guix", "haxelib", "helm", "home_manager", "jet_brains_toolbox", "jetpack", "julia", "juliaup", "kakoune", "helix", "krew", "lure", "lensfun", "macports", "mamba", "miktex", "mas", "maza", "micro", "microsoft_store", "mise", "myrepos", "nix", "node", "opam", "pacdef", "pacstall", "pearl", "pip3", "pip_review", "pip_review_local", "pipupgrade", "pipx", "pipxu", "pixi", "pkg", "pkgin", "platformio_core", "pnpm", "poetry", "powershell", "protonup", "pyenv", "raco", "rcm", "remotes", "restarts", "rtcl", "ruby_gems", "rustup", "rye", "scoop", "sdkman", "self_update", "sheldon", "shell", "snap", "sparkle", "spicetify", "stack", "stew", "system", "tldr", "tlmgr", "tmux", "toolbx", "uv", "vagrant", "vcpkg", "vim", "volta_packages", "vscode", "vscodium", "waydroid", "winget", "wsl", "wsl_update", "xcodes", "yadm", "yarn", "zigup", "zvm"]
|
||||
disable = ["a_m", "app_man", "asdf", "atom", "aqua", "audit", "auto_cpufreq", "bin", "bob", "brew_cask", "brew_formula", "certbot", "chezmoi", "chocolatey", "choosenim", "cinnamon_spices", "clam_av_db", "conda", "config_update", "custom_commands", "deb_get", "deno", "distrobox", "dkp_pacman", "dotnet", "elan", "emacs", "flutter", "fossil", "gcloud", "gem", "ghcup", "github_cli_extensions", "git_repos", "gnome_shell_extensions", "guix", "haxelib", "helm", "home_manager", "jet_brains_toolbox", "jetpack", "julia", "juliaup", "kakoune", "helix", "krew", "lure", "lensfun", "macports", "mamba", "miktex", "mas", "maza", "micro", "microsoft_store", "mise", "myrepos", "nix", "opam", "pacdef", "pacstall", "pearl", "pip_review", "pip_review_local", "pipupgrade", "pipxu", "pixi", "pkg", "pkgin", "platformio_core", "poetry", "powershell", "protonup", "pyenv", "raco", "rcm", "remotes", "restarts", "rtcl", "ruby_gems", "rustup", "rye", "scoop", "self_update", "sheldon", "shell", "snap", "sparkle", "spicetify", "stack", "stew", "tlmgr", "toolbx", "uv", "vagrant", "vcpkg", "vim", "volta_packages", "vscode", "vscodium", "waydroid", "winget", "wsl", "wsl_update", "xcodes", "yadm", "zigup", "zvm"]
|
||||
# disable = ["a_m", "app_man", "asdf", "atom", "aqua", "audit", "auto_cpufreq", "bin", "bob", "brew_cask", "brew_formula", "certbot", "chezmoi", "chocolatey", "choosenim", "cinnamon_spices", "clam_av_db", "conda", "config_update", "custom_commands", "deb_get", "deno", "distrobox", "dkp_pacman", "dotnet", "elan", "emacs", "flutter", "fossil", "gcloud", "gem", "ghcup", "github_cli_extensions", "git_repos", "gnome_shell_extensions", "guix", "haxelib", "helm", "home_manager", "jet_brains_toolbox", "jetpack", "julia", "juliaup", "kakoune", "helix", "krew", "lure", "lensfun", "macports", "mamba", "miktex", "mas", "maza", "micro", "microsoft_store", "mise", "myrepos", "nix", "opam", "pacdef", "pacstall", "pearl", "pip_review", "pip_review_local", "pipupgrade", "pipxu", "pixi", "pkg", "pkgin", "platformio_core", "poetry", "powershell", "protonup", "pyenv", "raco", "rcm", "remotes", "restarts", "rtcl", "ruby_gems", "rustup", "rye", "scoop", "self_update", "sheldon", "shell", "snap", "sparkle", "spicetify", "stack", "stew", "tlmgr", "toolbx", "uv", "vagrant", "vcpkg", "vim", "volta_packages", "vscode", "vscodium", "waydroid", "winget", "wsl", "wsl_update", "xcodes", "yadm", "zigup", "zvm"]
|
||||
disable = ["a_m", "app_man", "asdf", "atom", "aqua", "audit", "auto_cpufreq", "bin", "bob", "brew_cask", "brew_formula", "certbot", "chezmoi", "chocolatey", "choosenim", "cinnamon_spices", "clam_av_db", "conda", "config_update", "custom_commands", "deb_get", "deno", "distrobox", "dkp_pacman", "dotnet", "elan", "emacs", "flutter", "fossil", "gcloud", "gem", "ghcup", "github_cli_extensions", "git_repos", "gnome_shell_extensions", "guix", "haxelib", "helm", "home_manager", "jetpack", "julia", "juliaup", "kakoune", "helix", "krew", "lure", "lensfun", "macports", "mamba", "miktex", "mas", "maza", "micro", "microsoft_store", "mise", "myrepos", "nix", "opam", "pacdef", "pacstall", "pearl", "pip_review", "pip_review_local", "pipupgrade", "pipxu", "pixi", "pkg", "pkgin", "platformio_core", "poetry", "powershell", "protonup", "pyenv", "raco", "rcm", "remotes", "restarts", "rtcl", "ruby_gems", "rustup", "rye", "scoop", "self_update", "sheldon", "shell", "snap", "sparkle", "spicetify", "stack", "stew", "tlmgr", "toolbx", "uv", "vagrant", "vcpkg", "vim", "volta_packages", "vscode", "vscodium", "waydroid", "winget", "wsl", "wsl_update", "xcodes", "yadm", "zigup", "zvm"]
|
||||
|
||||
# Ignore failures for these steps
|
||||
# ignore_failures = ["powershell"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user