Skip to content

tonykevin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Application settings of my aventure in Linux

Kitty

It is GPU based terminal emulator; highly configurable and supports ligatures, more info visit Kitty.

Settings

  • Font-family: Fira Code
  • Font-size: 16
  • theme: tokyonight

Themes

  • tokyonight: colors are based on enkia.

Nvim

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

R is a programming language and free software environment for statistical computing and graphics.

Settings

Set variables in R with .Renviron, then create a link to the file.

$ ln -s ~/.dotfiles/Renviron ~/.Renviron

Pip

It is package manager for python.

Settings

list format:

$ ln -s ~/.dotfiles/config/pip ~/.config/pip

Zsh

Environment variables

  • 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.

Startup applications

  • Create symlinks for startup applications(nvm, pyenv, rvm)

    $ ln -s ~/.dotfiles/zprofile ~/.zprofile

License

MIT