Skip to content

Instantly share code, notes, and snippets.

View chiguiredev's full-sized avatar
🦄
Wubbalubbadubdub!

Rafael Salas chiguiredev

🦄
Wubbalubbadubdub!
View GitHub Profile
@chiguiredev
chiguiredev / nerd_fonts.sh
Created March 25, 2022 15:20 — forked from davidteren/nerd_fonts.md
Install Nerd Fonts via Homebrew [updated & fixed]
# Nerd Fonts for your IDE
# https://www.nerdfonts.com/font-downloads
brew tap homebrew/cask-fonts && brew install --cask font-3270-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-fira-mono-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-go-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-lgc-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-monofur-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-overpass-nerd-font
@chiguiredev
chiguiredev / alacritty-tmux-vim_truecolor.md
Last active March 25, 2022 00:00 — forked from andersevenrud/alacritty-tmux-vim_truecolor.md
True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).

Testing colors

Running this script should look the same in tmux as without.

curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh
bash 24-bit-color.sh

Terminal-fu

Cómo ser eficiente en la terminal de linux

En esta guia aprenderas a aprovechar la herramientas disponibles en la terminal de linux y en los paquetes de tu distribución favorita para lograr ser ágil al momento de querer realizar alguna tarea en la línea de comandos, en este tutorial

Actualizando nuestro sistema operativo

Para este tutorial estaremos utilizando Manjaro que es una distribución de linux basada en Arch, por lo tanto utiliza el gestor de paquetes pacman utilizaremos el siguiente comando en la consola sudo pacman -Syyu y vamos aceptar las actualizaciones