2021-05-28 19:42:51 +02:00
2019-02-05 20:27:01 +01:00
2021-03-06 19:26:05 +01:00
2018-12-23 09:20:56 +01:00
2021-04-08 17:14:19 +02:00
2020-06-07 17:26:55 +02:00
2021-03-07 21:15:45 +01:00
2021-03-07 21:15:45 +01:00
2021-03-12 11:37:38 +01:00
2021-03-12 11:37:38 +01:00
2021-03-07 18:53:50 +01:00
2021-05-18 14:36:48 +02:00
2021-03-06 19:26:05 +01:00
2018-12-23 22:18:49 +01:00

configs

config files

List of utilities for terminal

alias gitg="git log --color --graph --abbrev-commit --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%ar)%C(cyan) %an<%ae>%Creset'"
alias ls='exa'
alias lst='exa -l -snew'

  • Vim: .vimrc
  • NeoVim: init.vim
    • put vimconfigbase.vim into ~/
    • in .config/nvim/init.vim
    • install https://github.com/junegunn/vim-plug
    • inside neovim, execute: :PlugInstall
    • for the vim-go, execute: :GoInstallBinaries
  • .bashrc
    • in ~/home/.bashrc directory
    • execute source .bashrc
  • Tmux: .tmux.conf
    • in ~/home/.tmux.conf directory
  • Keyboard remap .Xmodmap
    • in ~/home/.Xmodmap
    • changes will be applied each session start
    • to apply changes in the current session use xmodmap ~/.Xmodmap
  • Redshift redshift.conf
    • in ~/.config/redshift.conf
  • i3 config files /i3 and /i3status directories go inside ~/.config/ directory
  • alacritty: copy alacritty dir into ~/.config/ directory

server side

  • radicale config
    • in ~/.conf/radicale/config
Description
No description provided
Readme 199 KiB
Languages
Nix 28.8%
Shell 26.9%
C 21.9%
Vim Script 16.7%
Python 3.5%
Other 2.1%