Application settings of my aventure in Linux
It is GPU based terminal emulator; highly configurable and supports ligatures, more info visit Kitty.
- Font-family: Fira Code
- Font-size: 16
- theme: tokyonight
- tokyonight: colors are based on enkia.
It is an extension of Vim that includes new features: runs processes asynchronously, reduces the definition of traditional rules, for more information visit Neovim.
My Nvim settings is available here
R is a programming language and free software environment for statistical computing and graphics.
Set variables in R with .Renviron, then create a link to the file.
$ ln -s ~/.dotfiles/Renviron ~/.Renviron
It is package manager for python.
list format:
$ ln -s ~/.dotfiles/config/pip ~/.config/pip
-
Create symlinks to set environment variables
$ ln -s ~/.dotfiles/zshenv ~/.zshenv
-
Description a environment variables:
Variable Description LINTERS Path for the settings of each linters. NVIM_DIR Path for sources of nvim. PYENV_ROOT Path for sources of pyenv. PYENV_VIRTUALENV_DISABLE_PROMPT Disable the virtualenv environment name in prompt.
-
-
Create symlinks for startup applications(nvm, pyenv, rvm)
$ ln -s ~/.dotfiles/zprofile ~/.zprofile
MIT