aalin / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

Installation

Simply run install.sh to set up symlinks.

MacOS

brew install \
    coreutils \
    neovim \
    git \
    ripgrep \
    fd \
    fzf \
    tree \
    mosh

ABC Sweden.bundle

This is a modified version of the English ABC keyboard layout that comes with MacOS. It supports åäö by holding the option key. Caps lock enables the full Swedish layout.

To disable the annoying caps lock indicator in Sonoma:

sudo mkdir -p /Library/Preferences/FeatureFlags/Domain
sudo /usr/libexec/PlistBuddy -c "Add 'redesigned_text_cursor:Enabled' bool false" /Library/Preferences/FeatureFlags/Domain/UIKit.plist

About

My dotfiles.


Languages

Language:Lua 73.0%Language:Vim Script 15.5%Language:Shell 11.5%