Public repository to save my config files, so they can be easily accesible.
This uses GNU stow. In order to install each application's config, use stow <app>
.
The current supported apps are:
vim
: Vim configurationnvim
: Neovim configuration Requires:zsh
: Z-shell configuration.
Requires:bash
: GNU Bash configurationalias
: Extra shell aliases.
Requires:terminator
: Terminator Terminal Emulator configuration
git clone https://github.com/rajayonin/dotfiles
cd dotfiles
bash min.sh
In order to make use of "the cool stuff" (icons, etc), we'll have to use a Nerd Font.
My preferred fonts are:
- Terminal: CaskaydiaMono NF (CascadiaMono)
- IDE: CaskaydiaCove NF (CascadiaCode)
You can install them through Oh My Posh:
oh-my-posh font install CascadiaMono
oh-my-posh font install CascadiaCode