From 25639710e878763fbee354b3344d60c2f6b70d1d Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 4 Mar 2024 22:46:24 +0200 Subject: [PATCH] Update makefile --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 41b5a3a..23f1c01 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ linux: link bash_git_prompt tmux vim macos: link bash_git_prompt brew cask tmux vim link: - -ln -s ~/Git/dotfiles/.bash_aliases ~/.bash_aliases - -ln -s ~/Git/dotfiles/.bashrc ~/.bashrc - -ln -s ~/Git/dotfiles/.git-completion.bash ~/.git-completion.bash - -ln -s ~/Git/dotfiles/.gitconfig ~/.gitconfig - -ln -s ~/Git/dotfiles/.tmux.conf ~/.tmux.conf + -ln -s ~/Git/dotfiles/.bash_aliases ~ + -ln -s ~/Git/dotfiles/.bashrc ~ + -ln -s ~/Git/dotfiles/.git-completion.bash ~ + -ln -s ~/Git/dotfiles/.gitconfig ~ + -ln -s ~/Git/dotfiles/.tmux.conf ~ brew: sh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" @@ -24,9 +24,9 @@ tmux: bash_git_prompt: -git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 - -ln -s ~/Git/dotfiles/.git-prompt-colors.sh ~/.git-prompt-colors.sh + -ln -s ~/Git/dotfiles/.git-prompt-colors.sh ~ vim: - -ln -s ~/Git/dotfiles/.vim ~/.vim - -ln -s ~/Git/dotfiles/.vimrc ~/.vimrc + -ln -s ~/Git/dotfiles/.vim ~ + -ln -s ~/Git/dotfiles/.vimrc ~ -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim