fimmind / Dotfiles

My configuration for Arch Linux with dotmake, bspwm, polybar, kitty, doom emacs, neovim, fish and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fimmind's Dotfiles

Installation

! ATTENTION ! This script isn't meant to be used by anyone but me. There is absolutely no guarantee that it won't break your system or something like that. Be very careful using it.

git clone https://github.com/fimmind/Dotfiles ~/Dotfiles
cd Dotfiles
./setup.sh

GTK theme

Use lxappearance:

  • Widget: Plata-Noir
  • Icon: Papirus
  • Mouse cursor: Breeze

KataGo

  1. Install katago-cpu or katago-opencli. Use OpenCL if you have any good or decent GPU. Otherwise CPU version is preferable.
  2. Setup the engine.
  3. Add KataGo to Sabaki at File > Preferences > Engines:
    • Path: /usr/bin/katago;
    • Arguments: gtp;
    • Initial commands: time_settings 0 5 1.

Fixes for some problems

Enable automatic bluetooth activation

Set following in /etc/bluetooth/main.conf:

[Policy]
AutoEnable=true

Fix gpg's General error <Unspecified source>

# Add this to /etc/pacman.d/gnupg/gpg.conf
keyserver hkps://hkps.pool.sks-keyservers.net
keyserver-options no-honor-keyserver-url

# and this to /etc/pacman.d/gnupg/dirmngr.conf
hkp-cacert /usr/share/gnupg/sks-keyservers.netCA.pem

Make functional keys default on Logitech k380

Use this: https://github.com/jergusg/k380-function-keys-conf

TODO

  • Exhaustive dotfiles documentation (At least short description)
  • System installation instructions

About

My configuration for Arch Linux with dotmake, bspwm, polybar, kitty, doom emacs, neovim, fish and others


Languages

Language:Vim Snippet 46.6%Language:Vim Script 22.6%Language:Shell 16.8%Language:Python 11.6%Language:TeX 1.8%Language:Clojure 0.4%Language:C++ 0.1%Language:Racket 0.1%