pub / helix-term

Interactive console for the Helix-Editor using TMUX
git clone https://src.jayvii.de/pub/helix-term.git
Home | Log | Files | Exports | Refs | README | RSS

Makefile (295B)


      1 # SPDX-License-Identifier: GPL-3.0-or-later
      2 # SPDX-FileCopyrightText: 2023-2024 JayVii <jayvii[AT]posteo[DOT]de>
      3 
      4 install:
      5 	mkdir -p ~/.local/bin/
      6 	cp -r bin/* ~/.local/bin/
      7 	echo 'PATH=$PATH:$HOME/.local/bin'
      8 	cat helix_config.toml >> ~/.config/helix/config.toml
      9 	cat tmux.conf >> ~/.tmux.conf