mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-08 18:33:21 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user