Add fish shell preparation makefile target

pull/1/head
Ensar Sarajčić 2021-01-12 23:45:53 +01:00
parent 27d669974e
commit 457c1dd622
1 changed files with 10 additions and 0 deletions

View File

@ -228,6 +228,16 @@ create_personal_ssh_github_key: check_os prepare_ssh_dir
@echo "and paste copied public key"
$(call write_git_ssh_config_entry,github.com,,$(PERSONAL_SSH_KEYS_HOME)/id_rsa_github)
.PHONY: prepare_fish_shell
prepare_fish_shell: check_os
@echo "Preparing fish shell..."
@echo "Installing omf framework"
@curl -L -k https://get.oh-my.fish | fish
@echo "Install foreign-env to enable .profile in fish by running:"
@echo ""
@echo "omf install foreign-env"
@echo ""
.PHONY: prepare_screenshots_dir
prepare_screenshots_dir: check_os
@echo "Creating screenshots directories"