mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-23 03:41:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
9 lines
166 B
Bash
9 lines
166 B
Bash
#! /usr/bin/env bash
|
|
|
|
SCRIPT_PATH="$(realpath "$0")"
|
|
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
|
|
|
|
cd "$SCRIPT_DIR"
|
|
|
|
go build -o ./cycle_kb_layout ./src/cycle_kb_layout.go
|