Skip to content

lyokha/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal dotfiles collection.

  • .bashrc.d/01-prompt.sh — bash prompt and window title lines. Files from directory .bashrc.d/ are supposed to be sourced from .bashrc in a for-loop like

    for rc in "$HOME"/.bashrc.d/*.sh; do
        . "$rc"
    done

    The prompt uses the Powerline arrows and requires installation of Nerd fonts.

  • .bashrc.d/04-kitty.sh — integration of kitty and bash.

  • .config/fourmolu.yaml — configuration for fourmolu, a Haskell source code formatter.

  • .config/kitty/kitty.conf — configuration for kitty which includes custom fonts and tab titles.

  • .config/nvim/ — configuration files for Neovim.

  • .dir_colors — configuration for dircolors and colored ls.

  • .ghci — configuration for GHCi, the GHC REPL.

  • .haskeline — configuration for haskeline, the Haskell variant of readline which is used in GHCi.

  • .inputrc — configuration for readline.

  • .local/bin/ — miscellaneous scripts.

  • .vimrc.pandoc — Vim/Neovim configuration for using with Pandoc filter vimhl.

About

My personal dotfiles collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published