As you already know, in this repository you will find all my dofiles :).
My .zshrc relies on in the following plugins. Please install them or remove them from config file.
Please note that .zshrc contains a series of aliases
alias ll='lsd -lh --group-dirs=first'
alias la='lsd -a --group-dirs=first'
alias l='lsd --group-dirs=first'
alias lla='lsd -lha --group-dirs=first'
alias ls='lsd --group-dirs=first'
alias cat='batcat'
alias python='python3'
(The background belongs to the desktop, terminal is transparent)
The themes of the configuration depends on Alacritty themes.
Install them from their repo or clone this folder (alacritty) in the following path: ~/.config/
The font configured is MesloLGS Nerd Font. I suggest you to download it from this link or see the patched nerd-fonts to ensure compatibility.
Save Tmux configuration file in: ~/.tmux.conf
Note: this configuration file changes the Prefix to Ctrl + a
The configuration file uses the following tools:
My NeoVim configuration uses NvChad
Pre-requisites for NvChad:
- Install NeoVim 0.9.4
- Set Nerd Font as your terminal font (If you install my alacritty config you already did this step.)
To see my configuration of NvChad review this README