sheoak / dotfiles-bepoptimist

The bépo keyboard addict dotfiles repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The bépo keyboard addict dotfiles repository

TOC

Introduction

Various Linux configuration files — lot of them using bépo layout and/or vim-styles shortcuts. This is a keyboard oriented configuration based on i3 (currently testing sway/wayland).

Caution

This repository is currently under refactoring and unstable. Use at your own risk. I'm aiming at making a stable version before the end of the year and will the follow a standard git workflow.

The goal

I aim to make all configuration files generic, with external files for local and private settings. You can find an exemple of local settings on my repository for the mid-2011 macbook air.

A lot effort is put on minimalist maintenance and installation time. All my machine are using this same repository without any differences. Most of the customization happen in the $DOTFILES_PRIVATE and $DOTFILES_LOCAL directories.

  • ~/.dotfiles-private : custom config that should not be public
  • ~/.dotfiles-local : local settings for the current host (monitor settings, themes…)

I am working on a way to install everything automatically using ansible and will share the source code when it's done.

Most of the work on bépo configuration is made in my vim-bepoptimist plugin. I'm still experiencing a lot on it, it might be unstable. Any participation is welcome if you're a bépo enthusiast.

Neovim

Neovim files are now out of this repository, in dotfiles-neovim-bepoptimist.

Installation

You can easily install it by forking it and then using this method explained on atlassian.com. In short:

$ cd ~
# the following alias is included in ~/.zshrc
$ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
$ echo ".cfg" >> .gitignore
$ config checkout

If you get errors, backup and start again

$ mkdir -p .config-backup && \
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}
$ config checkout

Some settings:

$ config config --local status.showUntrackedFiles no

You can now do for example:

config status
config add .vimrc
config commit -m "Add vimrc"
config add .bashrc
config commit -m "Add bashrc"
config push

Bépo keyboard oriented configurations:

  • feh
  • i3 window manager
  • kitty terminal
  • less
  • mpv
  • ncmpcpp
  • neomutt (see ~/.mutt/bepo.muttrc)
  • neovim (see my plugin vim-bepoptimist
  • oh-my-zsh
  • qutebrowser
  • ranger
  • rtorrent
  • screen
  • vimium
  • zathura

Standard configuration files for:

  • X
  • gnupg
  • ssh
  • gtk 2/3
  • zsh (oh-my-zsh)
  • offlineimap (sample)
  • msmtp (sample)
  • neovim
  • neomutt (support for rstandard mutt has been dropped)
  • custom fonts, including powerline

Work in progress

  • sway/wayland
  • install via ansible

Dropped support

I'm leaving those files but will not maintain them anymore:

  • vimb
  • urxvt
  • xcolors

About

The bépo keyboard addict dotfiles repository


Languages

Language:CSS 75.4%Language:Shell 14.4%Language:Python 4.5%Language:Perl 3.4%Language:JavaScript 1.8%Language:Swift 0.3%Language:Jinja 0.2%