Go to file
2022-10-17 00:50:04 -06:00
aerc Add aerc accounts template 2022-09-07 22:31:42 -06:00
alacritty Update alacritty config 2022-10-15 14:15:39 -06:00
bash Add verbosity flag to runk 2022-10-10 20:38:00 -06:00
bin Update swaytree script 2022-10-17 00:50:04 -06:00
chromium Add vimium options script and config 2022-10-15 16:33:13 -06:00
git Init again 2022-09-06 23:34:19 -06:00
gnupg Init again 2022-09-06 23:34:19 -06:00
macos Init again 2022-09-06 23:34:19 -06:00
mako Init again 2022-09-06 23:34:19 -06:00
mpv Global mpv keybinds 2022-10-02 22:39:52 -06:00
notes Update alacritty config 2022-10-15 14:15:39 -06:00
ripgrep Init again 2022-09-06 23:34:19 -06:00
sketchybar Init again 2022-09-06 23:34:19 -06:00
skhd Init again 2022-09-06 23:34:19 -06:00
swappy Init again 2022-09-06 23:34:19 -06:00
sway Update alacritty config 2022-10-15 14:15:39 -06:00
swaylock Improve vifm backgrounding 2022-09-27 23:29:44 -06:00
systemd Init again 2022-09-06 23:34:19 -06:00
tmux Add post_install script 2022-09-07 22:20:35 -06:00
vifm Fix vifm tmux popup window 2022-10-10 20:23:19 -06:00
vim Minor fix to vimium script 2022-10-15 18:18:55 -06:00
vimiv Init again 2022-09-06 23:34:19 -06:00
warpd Init again 2022-09-06 23:34:19 -06:00
xremap Init again 2022-09-06 23:34:19 -06:00
yabai Init again 2022-09-06 23:34:19 -06:00
yofi Init again 2022-09-06 23:34:19 -06:00
.gitignore Init again 2022-09-06 23:34:19 -06:00
install.sh Add post_install script 2022-09-07 22:20:35 -06:00
package_install.sh Update alacritty config 2022-10-15 14:15:39 -06:00
post_install.sh Fix post_install.sh 2022-09-09 22:04:33 -06:00
README.md Add post_install script 2022-09-07 22:20:35 -06:00

Hit the ground flying with dotfiles for Unix-like systems including MacOS. These contain all sorts of goodies for bash, vim, shell scripts, unix notes, and much more!

Installation

git clone --depth=1 'ssh://git@codeberg.org:22/akemi/dotfiles.git' dotfiles
cd dotfiles
bash ./install.sh --help

install.sh status tells you which files can be linked and which ones are already on your system. Move the ones on your system out of the way before continuing

bash install.sh install
bash install_packages.sh install

If you're running ArchLinux or EndeavourOS, post_install.sh will help guide you through additional installation steps you can take. See ./notes/futher_installation/ for a description of these steps

Support

Official support is for the latest version of bash and EndeavourOS only. The MacOS dotfiles were working on Catalina (10.15) and likely mostly work on newer versions as well

As of writing, EndeavourOS is on Linux 5.19.6 and bash is version 5.1.16

For Linux, these dotfiles setup sway on wayland, a completely different compositor from xorg. Migration may be tricky

Keybinding

Generally keybindings follow this scheme for skhd/xremap, bash, and vim's insert mode. They roughly resemble Emac's default. Outliers are bolded. These are written assuming Ctrl is mapped to CapsLock

When possible selecting is preferred to actually deleting the text

Type Start of line Back word Back character Forward character Forward word End of line
Movement ^a ^b ^j ^f ^w ^e
Deletion ^u ^h ^d ^k

Window managers are bound to the Super/Command/Logo key. This is the key adjacent to the spacebar

Light and Dark Mode

Alacritty, tmux, vim, vifm, vimiv are all synchronously colored through bin/colo.sh. This script supports multiple color schemes and makes it easy to add new ones.

In running instances of vim and vifm, use :Light or :Dark to update their color scheme to match Alacritty. New instances are automatically updated