ghostty config
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,10 +1,10 @@
|
||||
# prefer this if stow is available
|
||||
.PHONY: stow unstow
|
||||
stow:
|
||||
stow nvim
|
||||
stow nvim ghostty
|
||||
|
||||
unstow:
|
||||
stow -D nvim
|
||||
stow -D nvim ghostty
|
||||
|
||||
LN := ln -svf
|
||||
LNDIR := ln -sv
|
||||
@@ -13,6 +13,7 @@ DOTFILES_DIR := $(shell pwd)
|
||||
TARGET_DIR := $(HOME)
|
||||
|
||||
# if stow is not available, symlink configs instead
|
||||
# this is currently outdated
|
||||
.PHONY: link unlink
|
||||
link: nvim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user