MrOneTwo / Dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

  • .Xresources - that's for urxvt terminal (place it in ~)
  • rc.lua - that's for awesome wm (place it in ~/.config/awesome/)
  • init.vim - that's for nvim (place it in ~/.config/nvim/)
  • .vimrc - that's for vim (place it in ~)

Tools I depend on

  • ripgrep/ugrep
  • Kakoune
  • fzf
  • ctags
  • i3
  • nnn

Snippets

I haven't implemented those in my workflow but those are very useful.

Insert a branch name on the command line via fzf:

export FZF_CTRL_T_COMMAND='git branch --format="%(refname:short)"'
git branch -D <CTRL+T>

About

My dotfiles


Languages

Language:Lua 44.2%Language:Vim Script 26.7%Language:Shell 18.1%Language:KakouneScript 10.7%Language:GDB 0.2%