An open API service indexing awesome lists of open source software.

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.

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