commit 1bc7dfe24a7236f60b427e0469f11da0fe03ff5d parent cf6855e101b40895d50a882095459bfb893d9523 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 19 May 2024 14:07:29 +0200 Add Makefile Diffstat:
A | Makefile | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-FileCopyrightText: 2023-2024 JayVii <jayvii[AT]posteo[DOT]de> + +install: + mkdir -p ~/.local/bin/ + cp -r bin/* ~/.local/bin/ + echo 'PATH=$PATH:$HOME/.local/bin' + cat helix_config.toml >> ~/.config/helix/config.toml + cat tmux.conf >> ~/.tmux.conf