- Files
- 256colors2.pl
- Install 24 bit color support for virtual terminals
- .alacritty.yml
- Keymappings for alacritty
- .bashrc
- oh-my-bash config
- custom.kmap
- Remaps CAPS_LOCK to ESC in *nix virtual terminal using
loadkeys
- Remaps CAPS_LOCK to ESC in *nix virtual terminal using
- .bash_completion.sh
- Tmux autocompletion file
- .inputrc
- Custom key mappings
- .profile
- index for profile-* files
- profile-aliases-private.sh
- Aliases that are specific to your machine or which you don't want public
- profile-aliases-public.sh
- Aliases that are useable on all your machines
- profile-autocompletion.sh
- General
- Bash
- Git
- Terraform
- Tmux
- General
- profile-env.sh
- Environment variables
- profile-general.sh
- General configuration
- profile-vi-mode.sh
- Puts terminal in vi mode key mappings
- Adds some vim key mappings
- 256colors2.pl
git clone https://github.com/tecfu/.terminal ~/.terminal
. ~/.terminal/INSTALL.sh
-
Linx / Mac
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/JetBrainsMono.zip unzip JetBrainsMono.zip
Then install
JetBrains Mono Regular Nerd Font Complete.ttf
-
Windows
https://docs.microsoft.com/en-us/windows/terminal/tutorials/powerline-setup
Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser -RequiredVersion 2.0.412 Install-Module -Name PSReadLine -Scope CurrentUser -Force -SkipPublisherCheck
Then use this font in your terminal DejaVu Sans Mono for Powerline
custom_keymap.kmap maps ESC to CAPS_LOCK
sudo loadkeys custom_keymap.kmap
echo "/usr/bin/loadkeys $HOME/custom_keymap.kmap" >> /etc/rc.local
See: https://superuser.com/questions/290115/how-to-change-console-keymap-in-linux
See:
https://github.com/tecfu/kmscon
- Run the file ./256colors2.pl and check for tiled blocks that represent 256 colors in the output.
-
Search for a the source of an alias:
ag 'alias vim' ~/.terminal/*