-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
27 lines (21 loc) · 907 Bytes
/
Makefile
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
26
27
.ONESHELL:
SHELL = $(brew --prefix)/bin/bash
install:
./app-setup.sh
vscode-get:
@cp -v ~/Library/Application\ Support/Code/User/settings.json vscode/settings.json
cp -v ~/Library/Application\ Support/Code/User/keybindings.json vscode/keybindings.json
vscode-apply:
@cp --backup=numbered -v vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json
cp --backup=numbered -v vscode/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json
kpax-gmail-smtp:
# 1. Get an “app password” password from the Security section in Google Account[1].
# 2. Configure Postfix to use it[2].
#
# [1]: https://myaccount.google.com/security
# [2]: https://www.linode.com/docs/email/postfix/postfix-smtp-debian7/#configuring-smtp-usernames-and-passwords
# Debug with: sudo visudo -c
sudoers:
sudo cp vlad-sudoers /private/etc/sudoers.d/
crontab:
crontab < crontab-vlad