-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
25 lines (20 loc) · 826 Bytes
/
Makefile
File metadata and controls
25 lines (20 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
tmux:
mkdir -p ~/.tmux
git clone https://github.com/tmux-plugins/tmux-resurrect ~/.tmux/tmux-resurrect
link:
- ln -fs ${CURDIR}/gitconfig ~/.gitconfig
- ln -fs ${CURDIR}/gitignore ~/.gitignore
- ln -fs ${CURDIR}/wgetrc ~/.wgetrc
- ln -fs ${CURDIR}/bash_aliases ~/.bash_aliases
# -ln -fs ${CURDIR}/bashrc ~/.bashrc
- ln -fs ${CURDIR}/tmux.conf ~/.tmux.conf
- ln -fs ${CURDIR}/railsrc ~/.railsrc
- ln -fs ${CURDIR}/pryrc ~/.pryrc
- mkdir -p ~/.config
- ln -fs ${CURDIR}/starship.toml ~/.config/starship.toml
- ln -fs ${CURDIR}/zshrc ~/.zshrc
nvim:
- git clone https://github.com/zealot128/nvim-files.git ~/.config/nvim
- git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
all: link tmux