lucio-crDEV / wsl-zsh-setup

2 stars 0 forks source link

Falta un par de comandos en sh4.sh #1

Closed lucio-crDEV closed 2 years ago

lucio-crDEV commented 2 years ago

Agregar el tema al .zshrc de manera automatizada

1

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

#

2

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Batteries included

traducción: "Powerlevel10k viene con docenas de segmentos integrados de alta calidad. Cuando ejecuta p10k configure y elige cualquier estilo excepto Pure, muchos de estos segmentos se habilitan de forma predeterminada, mientras que otros se pueden habilitar manualmente abriendo ~/.p10k.zsh y descomentándolos. Puedes habilitar tantos segmentos como desee. Esto no ralentizará su solicitud o el inicio de Zsh.

Segment Meaning
anaconda virtual environment from conda
asdf tool versions from asdf
aws aws profile
aws_eb_env aws elastic beanstalk environment
azure azure account name
background_jobs presence of background jobs
battery internal battery state and charge level (yep, batteries literally included)
command_execution_time duration (wall time) of the last command
context user@hostname
dir current working directory
direnv direnv status
disk_usage disk usage
dotnet_version dotnet version
fvm flutter environment from fvm
gcloud google cloud cli account and project
goenv go environment from goenv
google_app_cred google application credentials
go_version go version
haskell_stack haskell version from stack
ip IP address and bandwidth usage for a specified network interface
java_version java version
jenv java environment from jenv
kubecontext current kubernetes context
laravel_version laravel php framework version
load CPU load
luaenv lua environment from luaenv
midnight_commander midnight commander shell
nix_shell nix shell indicator
nnn nnn shell
nodeenv node.js environment from nodeenv
nodenv node.js environment from nodenv
node_version node.js version
nordvpn nordvpn connection status
nvm node.js environment from nvm
os_icon your OS logo (apple for macOS, swirl for debian, etc.)
package name@version from package.json
perlbrew perl version from perlbrew
phpenv php environment from phpenv
php_version php version
plenv perl environment from plenv
prompt_char multi-functional prompt symbol; changes depending on vi mode: , , V, for insert, command, visual and replace mode respectively; turns red on error
proxy system-wide http/https/ftp proxy
public_ip public IP address
pyenv python environment from pyenv
ram free RAM
ranger ranger shell
rbenv ruby environment from rbenv
rust_version rustc version
rvm ruby environment from rvm
scalaenv scala version from scalaenv
status exit code of the last command
swap used swap
taskwarrior taskwarrior task count
terraform terraform workspace
terraform_version terraform version
time current time
timewarrior timewarrior tracking status
todo todo items
toolbox toolbox name
vcs Git repository status
vim_shell vim shell (:sh)
virtualenv python environment from venv
vi_mode vi mode (you don't need this if you've enabled prompt_char)
vpn_ip virtual private network indicator
wifi WiFi speed
xplr xplr shell

Documentación completa y repo

TY @max005500 👌

lucio-crDEV commented 2 years ago

Listo