pub / helix-term

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

Makefile (331B)


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