https://github.com/remcotolsma/dotfiles
Remco Tolsma’s dotfiles.
https://github.com/remcotolsma/dotfiles
Last synced: 10 months ago
JSON representation
Remco Tolsma’s dotfiles.
- Host: GitHub
- URL: https://github.com/remcotolsma/dotfiles
- Owner: remcotolsma
- Created: 2021-01-05T13:44:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T10:34:03.000Z (about 4 years ago)
- Last Synced: 2025-01-14T10:25:24.513Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remco Tolsma’s dotfiles
My personal dotfiles.
## Install
```
git clone https://github.com/remcotolsma/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bootstrap.sh
```
## Cheatsheet
### Show/Hide Hidden Files
> Since the release of macOS Sierra, when in Finder, it is now possible to use the shortcut:
```
⌘ + ⇧ + .
```
https://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks
### Emoji Keyboard
```
control + command + space
```
https://www.howtogeek.com/684025/how-to-type-emoji-on-your-mac-with-a-keyboard-shortcut/
## To-Do
```
# Brew PHP
# export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH"
# export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH"
# WordPress tests
export WP_TESTS_DIR=~/Projects/wordpress-develop/tests/phpunit
export WP_TESTS_DB_NAME=
export WP_TESTS_DB_USER=
export WP_TESTS_DB_PASS=
export WP_TESTS_DB_HOST=
# Pronamic Pay
export WP_PAY_TEST_USER=
export WP_PAY_TEST_PASSWORD=
# Buckaroo
export BUCKAROO_WEBSITE_KEY=
export BUCKAROO_SECRET_KEY=
# Twinfield
export TWINFIELD_USER=
export TWINFIELD_PASSWORD=
export TWINFIELD_ORGANISATION=
export TWINFIELD_OFFICE_CODE=
export TWINFIELD_ARTICLE_CODE=
export TWINFIELD_CUSTOMER_CODE=
export TWINFIELD_SALES_INVOICE_NUMBER=
export TWINFIELD_SALES_INVOICE_TYPE=
# MultiSafepay
export MULTISAFEPAY_MODE=
export MULTISAFEPAY_ACCOUNT_ID=
export MULTISAFEPAY_SITE_ID=
export MULTISAFEPAY_SECURE_CODE=
# S3
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
# Brew
export HOMEBREW_GITHUB_API_TOKEN=
```
## Inspiration
- https://github.com/search?q=dotfiles
- https://github.com/search?o=desc&q=dotfiles&s=stars&type=Repositories
- https://github.com/mathiasbynens/dotfiles
- https://github.com/webpro/awesome-dotfiles
- https://github.com/freekmurze/dotfiles
- https://github.com/holman/dotfiles
- https://github.com/ryanb/dotfiles
- https://github.com/alrra/dotfiles
- https://github.com/jessfraz/dotfiles
- https://brew.sh/
- https://formulae.brew.sh/analytics/install-on-request/365d/
- https://github.com/ohmyzsh/ohmyzsh/wiki/Cheatsheet