most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat
git clone git://git.fedorahosted.org/virt-manager.git | |
cd virt-manager | |
sudo port -v install intltool py27-pygtk | |
sudo python setup.py install | |
#!/bin/bash | |
# | |
# Script "/usr/bin/e" que simplemente llama al editor nano | |
# escribiendo menos caracteres :-) | |
# | |
/usr/bin/nano "${*}" |
#!/bin/bash | |
# By LuisPa 1998 | |
# confcat: quita las lineas con comentarios, muy util como sustituto | |
# a "cat" para ver contenido sin los comentarios. | |
# | |
grep -vh '^[[:space:]]*#' "$@" | grep -v '^//' | grep -v '^;' | grep -v '^$' | grep -v '^!' | grep -v '^--' |
#!/bin/bash | |
# | |
# Script /usr/bin/s para cambiar al usuario root de forma rápida | |
# escribiendo menos caracteres :-) | |
# | |
/usr/bin/sudo -i | |
# Fichero .zshrc de LuisPa 2024 | |
# Utilizado en MacOS (con brew), Linux (Ubuntu), Windows WSL2 | |
# | |
# Referencias: | |
# - https://www.luispa.com/administraci%C3%B3n/2024/04/25/tmux.html | |
# | |
# - https://www.luispa.com/administraci%C3%B3n/2024/04/23/zsh.html | |
# DEPENDIENCIAS | |
# 1) Script .zshrc.async | |
# Lo descargo automáticamente desde https://github.com/LuisPalacios/zsh-async |
# .tmux.conf LuisPa 2024 | |
# | |
# Referencias: | |
# - https://www.luispa.com/administraci%C3%B3n/2024/04/25/tmux.html | |
# - https://www.luispa.com/administraci%C3%B3n/2024/04/23/zsh.html | |
# | |
# LuisPa: -------------------------------------------------------------- START | |
# | |
# Pongo Ctrl+A como PREFIX_KEY y dejo Ctrl+B como backup. |
#!/usr/bin/env zsh | |
# By LuisPa 2024 | |
# Ejecuto tmux si es que debo/puedo | |
# | |
# Referencias: | |
# - https://www.luispa.com/administraci%C3%B3n/2024/04/25/tmux.html | |
# - https://www.luispa.com/administraci%C3%B3n/2024/04/23/zsh.html | |
# | |
# Ejecución de `tmux` si está disponible (usando `~/.tmux.conf`) | |
# |
PATH Global para command.com
y PowerShell
, desde cualquiera de estos dos sitios
Start > Settings > System > About > Advance System Settings
Search > "Advance System Settings"
El PATH se construye con la suma de las System y detrás la User variables