mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-01 06:51:57 +00: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:
8
dot_config/hypr/utils/build_utils.sh
Normal file
8
dot_config/hypr/utils/build_utils.sh
Normal file
@@ -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