Compare commits

..

290 commits

Author SHA1 Message Date
6b08decfb9 [nvim] Add an app template snippet for Nannou apps (nnapp) 2025-08-12 20:37:15 -07:00
884fa0a542 [setup.sh] Build fortunes file in setup.sh 2025-08-11 17:12:14 -07:00
aefda50590 [setup.sh] Add some missing items to the skipitems array; skip Fortune 2025-08-11 17:08:07 -07:00
09f0985006 Ignore Fortune .dat files 2025-08-11 17:07:39 -07:00
71ab83d8f3 [fortune] A few more quotes 2025-08-11 17:07:28 -07:00
cf613b3012 [fortune] Add some fortune strings and a Makefile to build indexed string files 2025-08-11 17:00:13 -07:00
196004e993 Merge remote-tracking branch 'origin/main' 2025-08-09 07:46:48 -07:00
972d5f4524 [vim] Set mode with a string in Ansible tasks file for setting up vim 2025-08-09 07:45:52 -07:00
e0f813182a [vim] Configure ts_ls for Typescript and JS 2025-08-09 07:45:15 -07:00
bd05bc392a [vim] Add Meta-O to show open buffers in Neovide 2025-08-09 07:44:55 -07:00
fa0e59ea39 [zsh] Autoload the bool function 2025-08-01 10:40:10 -07:00
6dc9120dd0 [zsh] Update the Usage message of update-path to note the default is exporting the modified variable 2025-08-01 10:40:10 -07:00
bb82a7ca75 [nvim] Update format of rust-analyzer LSP config
I think the format of the config table for rust-analyzer changed. checkOnSave
takes a bool, and a separate check table provides the parameters.
2025-08-01 10:40:10 -07:00
f7e802d3f3 [zsh] bool() function
Converts its first argument to a bool return value (0 or 1) and echos
"yes" or "no".
2025-08-01 10:40:10 -07:00
03fe14895c [neovim] Add a couple overrides for the zaibatsu colorscheme
Improve the contrast of menu chrome with this color scheme.
2025-06-04 13:07:56 -07:00
9d9475db78 [neovim] Remove javascript and swift LSPs from the ensure_installed list 2025-06-04 13:07:12 -07:00
b3394844f2 [neovim] Disable relativenumber -- absolute numbers in the gutter 2025-06-03 13:19:51 -07:00
534d9a102b [neovim] Give key bindings a little love; add GUI bindings for neovide
- Clean up the init interface. Move all the init methods into a single
  init_all() call.
- Add two keybindings for <M-j> and <M-k> to move by soft-wrapped lines in
  Normal mode
- Add a few key bindings for the usual shortcuts for cut/copy/paste when in GUI
  mode. In vim, D is the character that represents the Super/Apple key. So,
  <D-x>, <D-c>, and <D-v> now do what you'd expect.
2025-06-03 13:19:51 -07:00
31215aadbf [neovim] Remove an extraneous newline 2025-05-21 11:02:23 -07:00
dd6a88d34f [vim] Remove pastetoggle setting from vimrc.common
This setting was removed from neovim recently and setting it was causing it to
barf. I'm not sure what the replacement is.
2025-05-21 11:00:27 -07:00
2fea369110 [nvim] Move setting the GUI font to init_gui() from _init_neovide()
Make a font family list that includes Berkeley Mono, SF Mono, and Courier New.
2025-04-18 09:55:18 -07:00
a87f399939 [nvim] Set the GUI colorscheme to lunaperche 2025-04-18 09:55:18 -07:00
891aacb9ed [tmux] Remove the comma from between the date and time 2025-04-18 09:53:41 -07:00
89fcc479db Ansible: set exec bit on facts/xorg.fact 2025-02-20 13:38:20 -08:00
6bf81515f6 Ansible: Write some system-wide defaults for macOS 2025-02-20 08:25:09 -08:00
687083bf31 Ansible: Add X.org configuration
- Detect if X.org is installed with a small fact script
- Symlink Xdefaults file if X.org is installed
2025-02-19 13:08:20 -08:00
29fdc610bb Ansible: download vim-plug from GitHub
Use get_url to download vim-plug/plug.vim from GitHub.
Create a new eryn_vim_plug_tag variable to control which tag to download.
2025-02-18 13:27:14 -08:00
4bd546e649 Remove vimbundles array from setup.sh
This array is no longer used.
2025-02-18 13:22:23 -08:00
e8d08af807 zsh: Add my website's scripts directory to $path, assuming it's at ~/Website 2025-02-12 07:53:06 -08:00
2db42121c9 Ansible: Use the fully qualified name of the import_tasks module in main.yml for the eryn role 2025-02-12 07:52:33 -08:00
7c8d97c25e Ansible: Install vim and neovide before setting up vim 2025-02-12 07:51:51 -08:00
73ca945487 Ansible: Add homebrew, system log, and main tasks for macOS to the eryn role 2025-02-12 07:51:29 -08:00
41dc68869a nvim: Abbreviation for hawaii that includes the 'okina 2025-01-31 22:39:04 -08:00
47a797d6e3 Ansible: Ignore symlink errors in check mode 2025-01-31 22:38:15 -08:00
b8aac0793e Ansible: add tasks for setting up git, nethack, and tmux configs 2025-01-31 22:37:52 -08:00
9005e00e4e Ansible: Create XDG home directories based on xdg facts 2025-01-31 16:40:50 -08:00
cc42c50438 Ansible: Remove unnecessary _zsh_dir variable from zsh.yml 2025-01-31 16:36:55 -08:00
0839618327 Ansible: Symlink dotfile tasks
Add a new tasks file for symlinking a directory. Doing it this way instead of
stat'ing the file and forking based on its type in symlink_dotfile.yml is more
efficient, I think?

Clean up file permissions: remove other permissions.

Add a variable to toggle skipping symlink errors.
2025-01-31 16:34:42 -08:00
d022b579d2 Ansible: Add tasks for setting up neovim and vim 2025-01-31 16:34:20 -08:00
baed6171dc Ansible: Add XDG facts to the ansible environment 2025-01-31 16:28:36 -08:00
72896c3feb Ansible: another take a using Ansible to set up dotfiles 2025-01-31 16:27:22 -08:00
be6b93cdde [nvim] Set shiftwidth and softtabstop to 2 spaces for HTML files
Never thought I'd be *that* person, but here we are.
2025-01-31 13:33:32 -08:00
728cf81a7b [tmux] Move config to XDG_CONFIG_HOME 2025-01-31 13:31:27 -08:00
a0f23a108f [git] Add aliases for restore --stage (rs) and switch --create (sc) 2025-01-31 13:31:16 -08:00
2f897bb808 [nvim] Move repeated use of vim.fn.stdpath("state") to a local 2025-01-31 13:31:16 -08:00
e0d3364d9d [nvim] Add some helpful comments to configuration.lua 2025-01-31 13:31:16 -08:00
e015132f15 [nvim] Move the textwidth back to 80 characters
I just prefer this, turns out.
2025-01-31 13:31:16 -08:00
f8c04599c5 [nvim] Treat files with a .make extension as Makefiles 2024-12-05 11:53:34 -08:00
329db6f6de [zsh] Configure ls(1) colors with environment variables instead of aliases
ls(1) on macOS and FreeBSD is the BSD version of the utility. As such it can be
configured to display directory contents in color using a command line argument
(-G) or environment variables (LSCOLORS). Using environment variables is nice
because it'll work regardless of the arguments you pass, so there's no need to
configure aliases.
2024-11-12 13:47:20 -08:00
070f8f9a71 Remove Dotfiles project
I had something in mind for this Xcode project that never panned out.
2024-11-12 13:46:59 -08:00
b644323e31 [vim] Remove some unused plugins 2024-11-12 13:32:34 -08:00
440efbf8fc [nvim] Install telescope
Add these bindings:
- find_files to ,ff
- live_grep to ,fg
- buffers to ,fb
- help_tags to ,fh
2024-11-09 08:34:10 -08:00
b233d52b6d [nvim] Factor out the map variable in keys.lua 2024-11-09 08:33:55 -08:00
7d1f5bf0cd Remove Ansible directory 2024-11-08 08:25:01 -08:00
202dfdb886 [nvim] Call addGitTopLevelDirectoryToRuntimePath after sourcing common vimrc 2024-10-09 09:50:05 -07:00
0a3dd9451a [nvim] Remove unused _addPathToRuntimePath function 2024-10-09 09:49:40 -07:00
ad6cc90afa [vim] Move vim state directory to ~/.local/state/vim 2024-10-09 09:48:16 -07:00
4c9e58e179 Create a eryn Python virtual environment in my home directory for local packages 2024-10-01 10:23:13 -07:00
cd21b15b65 [zsh] Add Python virtual environments configuration to init-env-python 2024-09-30 14:45:20 -07:00
be4d690e32 [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
1145ef23e1 [zsh] Move ~df to init-env-tilde-paths 2024-09-30 10:27:39 -07:00
3dd367982a [nvim] Update UltiSnips script snippet for Python 2024-09-27 11:37:33 -07:00
2882bf085e [zsh] Two enhancements to update-date
Reverse the candidates array (the list of positional arguments after options)
with the --prepend (or -p) option so that directories are prepended to the path
variable in the correct precedence.

Add a "force" option as -f or --force that will skip checking if a directory
exists and add the path even if it doesn't. As part of this change, add the
check that the directory exists.
2024-09-26 16:38:30 -07:00
db20fc1b14 [zsh] Clear $path before adding my own directories to it 2024-09-26 16:38:05 -07:00
734ab0a7a5 [zsh] Bring back init-env-tilde-paths
Apparently it was load bearing
2024-09-26 16:19:28 -07:00
71cf2d52f6 [zsh] Remove init-env-unix
This stuff was folded into init-env.
2024-09-26 16:13:21 -07:00
b2974db133 [zsh] Move setting VISUAL to init-env-vi and remove LESSHISTFILE 2024-09-26 16:11:08 -07:00
a174790ed0 [zsh] Remove init-env-zsh-helpers -- those went to init-env 2024-09-26 16:10:46 -07:00
a64ae962ca [zsh] Add init-env back to the zshenv init functions
It somehow got dropped.
2024-09-26 16:05:49 -07:00
f7f45b5b50 [zsh] Move the finder function to its own file 2024-09-26 15:42:36 -07:00
c260784e5d [zsh] Clean up init-rc-darwin 2024-09-26 15:42:36 -07:00
f2144fcbed [zsh] Give all the init-env functions consistent names 2024-09-26 15:42:36 -07:00
e5505a7a69 [nvim] Add a gocsstmpl template
This is based on gotexttmpl and css highlighting.
2024-09-26 15:42:36 -07:00
75e32e473a [zsh] Update init-env-python and init-env-playdate 2024-09-26 15:42:36 -07:00
aea4ff965e [zsh] Add exit status to the prompt; fix a stray space 2024-09-26 15:42:36 -07:00
1e089b0350 [tmux] Quote the update-environment argument
Tmux requires this now.
2024-09-26 15:42:36 -07:00
a026b9c8a9 [zsh] Process fpath candidate paths in a loop in init-env-fpath 2024-09-26 10:06:20 -07:00
80e2915b89 [zsh] Add -P argument to update-path, allowing updating named path-like variable 2024-09-25 18:16:34 -07:00
7378513bba [zsh] update-path: Add -P argument to take a path variable name; add a big usage message 2024-09-24 12:57:56 -07:00
b5e8617cd8 [zsh] Rename init_env_fpath -> init-env-fpath 2024-09-24 12:55:43 -07:00
ae6fd37cf9 [zsh] Move init_env_vi -> init-vi and make it a proper function 2024-09-23 18:21:34 -07:00
9ef882cb84 [zsh] Remove init_system_parameters 2024-09-23 18:16:41 -07:00
1d4cd961ed [zsh] Move init_env_aliases to init-zsh-helpers 2024-09-23 18:16:14 -07:00
d16905313e [zsh] Clean up and move init_env to init-unix-env 2024-09-23 18:13:46 -07:00
2d43ef9a1e [zsh] Replace implementation of init_path with update-path call
Rename this function with hyphens instead of underscores.
2024-09-23 14:44:26 -07:00
02f5655426 [zsh] Add update-path function to replace append_to_path and prepend_to_path 2024-09-23 14:40:51 -07:00
f13bb11642 Add generate-motd script 2024-09-19 13:48:49 -07:00
093f1a2099 [vim] Remove the tailwind and typescript language server configs
I don't use these.
2024-09-19 13:45:59 -07:00
383fd5ceb9 [vim] Fix broken color scheme
I learned once again that true color schemes don't work in macOS's Terminal.app.
I also learned that the default color scheme in neovim is very plain and doesn't
provide a lot of variation for treesitter syntax elements. So, choose a different
built-in color scheme as the default.

I also learned about the ColorScheme autocmd event, which is fired after a color
scheme is applied. Convert the (janky) reloadColorscheme function to a set of
autocommands that trigger based on the color scheme name.

Along the way, add some explicit configuration for treesitter: enable highlighting,
indentation, and make sure some of my common languages have plugins installed.
Also link the "objcpp" filetype to both "objc" and "cpp" treesitter plugins.

Lastly, make some updates to the git gutter color configuration. Create some
autocommands that are applied after the plugin is loaded. For the gutter, use
color 233 from the 256 color palette, which is a very dark gray.
2024-09-19 13:45:12 -07:00
7d26910371 [ansible] Add a barebones Makefile to set up a local Ansible environment 2024-08-21 16:05:57 -07:00
63dde5c58a [ssh] Add vim modeline to SSH config fragment for personal hosts 2024-08-20 11:19:23 -07:00
13ecb89002 [ssh] Barebones config file that sources fragments from config.d 2024-08-20 11:17:55 -07:00
f6a8f30324 [ssh] Add configuration for personal hosts 2024-08-20 11:05:08 -07:00
6d5f5b3d4b [vim] Comment out the recently_used comparator
This comparator has a bug in it that was causing a syntax error after updating
neovim. Temporarily commenting this out until that bug is fixed.
2024-08-03 09:17:03 -07:00
4cc4f4119e [vim] Add some Lua snippets to support Playdate development 2024-08-03 09:14:45 -07:00
7eed873e02 [vim] Detect Hugo HTML templates when there's a layouts component in the path 2024-08-03 09:13:53 -07:00
a0baeac863 [vim] Update API call that toggles visibility of inlay hints
This API is preferred as of some recent version of neovim.
2024-08-03 09:12:48 -07:00
a4883068de [vim] Clean up the gitTopLevelDirectory() method
Mostly change double quotes to single quotes. Add a nil check.
2024-08-02 18:31:38 -07:00
4b566050af [zsh] Embed connect_ssh_agent in a function 2024-08-02 18:31:38 -07:00
fd56b6b7b6 [pw] Remove this script
It doesn't work right on macOS and I never use it anyway.
2024-08-02 18:31:38 -07:00
5a4b05f72c [vim] Two space indents for CSS files 2024-08-02 18:31:38 -07:00
46249b979a [vim] Add some Clippy stuff to the checkOnSave block for rust-analyzer 2024-08-02 18:31:38 -07:00
acaf6425d5 [vim] Add the dracula colorscheme module
Modify the colors init script to handle it.
2024-08-02 18:31:38 -07:00
9810fa799e [vim] Some super quick 'n dirty GUI config for neovim
Change some defaults to make neovide a little nicer.
2024-08-02 18:31:38 -07:00
3110e2ff76 [vim] Remove the autocmd group from the Zsh autocommands in its ftdetect script
Apparently autocmds in ftdetect scripts are automatically grouped, so they don't
need an explicit group.
2024-08-02 18:31:38 -07:00
2c0a0ab332 [git] Set diff.algorithm to histogram
I heard somewhere that this algorithm does a slightly better job
showing diffs. Giving it a try.
2024-08-02 18:31:38 -07:00
05606d745f [zsh] Only print tmux sessions for LOGIN shells
While playing around with neovide, I learned that processes can reasonably
expect non-login shells to print nothing except commands to execute. This change
modifies zshrc to only print tmux sessions (something I only care about when I
start a shell myself) in LOGIN shells.
2024-08-02 18:31:38 -07:00
30f5bb7d29 [vim] Clean up required scripts in neovim init.lua 2024-08-02 18:31:36 -07:00
5be59f3045 [vim] Make sure signcolumn=yes after attaching an LSP 2024-08-02 18:31:20 -07:00
49fe168cc9 [vim] Make sure the gutter is always visible after loading gitgutter 2024-08-02 18:31:20 -07:00
8ab6b1ea99 [vim] Handle a nil result from io.popen when looking up a Git repo 2024-08-02 18:31:20 -07:00
0accf738ed [vim] Add a DiagnosticFloat autocommand that shows the diagnostic window on CursorHold
Set the hold time to 300 ms.
2024-08-02 18:31:20 -07:00
4a35b3a79d [vim] Add a diagnostics init module to customize diagnostic message floats 2024-08-02 18:31:19 -07:00
95081a31a3 [vim] Redo the keys lua module
Return a table from the module so that other modules that require it can access its functions in a namespaced way.
2024-08-02 18:30:52 -07:00
5e5c8f83c8 [vim] Customize gitgutter colors a little bit 2024-08-02 18:29:43 -07:00
5631eb2c88 [vim] Add rust-analyzer LSP 2024-08-02 18:29:43 -07:00
a6a4aa0d90 [vim] Disable lowercase-global warning for Lua LSP 2024-08-02 18:29:43 -07:00
929f56ef6f [vim] Use syntax fold method for rust code 2024-08-02 18:29:43 -07:00
e17117bef4 [vim] Start with all folds open (foldlevel=99) 2024-08-02 18:29:43 -07:00
ba04ffe644 [zsh] Rename darwin-icloud-drive-path to remove underscores 2024-06-25 10:09:52 -07:00
92418f9ec9 [nvim] Make colors a proper module and call .init() from init.lua 2024-06-25 10:09:26 -07:00
aeaeca56a3 [tmux] Copy SSH_AUTH_SOCK into the tmux environment 2024-04-11 14:26:51 -07:00
e5755da377 Add the favicon_for script
It fetches a favicon for a given URL.
2024-03-08 11:03:20 -08:00
ae8955f99e [zsh] Move the history number later in the prompt and add a numero sign
Show non-zero exit status after the history number as a red exclamation mark.

```
eryn in ~/.dotfiles on .dotfiles(main) №36407 at 10:06:48
%
```
2024-03-08 10:07:04 -08:00
d92641ae85 [zsh] Put the history number at the beginning of the top line of the prompt 2024-03-07 10:47:36 -08:00
75d455aa90 Ignore the Python directory in the setup script and install eryntools with pip 2024-03-05 11:09:24 -08:00
661e5516e7 Add a mechanism for building a cache of "system parameters"
- Add a system_parameters module to eryntools that implements some basic types and can write a cache to a file.
- Add a system-parameters Python script that builds the cache.
- Add init_system_parameters to zsh that exports an environment variable that points to the parameters file
- Add an eryn.system-parameters.plist LaunchAgent file for running the script at regular intervals
2024-03-05 11:08:53 -08:00
05b5fef583 [eryntools] Make eryntools a full-fledged package 2024-03-05 11:08:53 -08:00
7f2ab12b1e [eryntools] Add a dotfiles package to eryntools
Implement a utility for finding the dotfiles repo. It assumes ~/.dotfiles unless an override is given.
2024-03-05 11:08:53 -08:00
f64df23eda [eryntools] A new Python module full of useful utilities
Add a scripting module that implements absolute_script_path().
2024-03-05 11:08:53 -08:00
ddf3de5a80 [zsh] Implement a homebrew-prefix function and use it when setting up fpath
# Conflicts:
#	zshrc
2024-03-05 11:08:37 -08:00
a2bf66480c [zsh] Add the history number to RPROMPT 2024-03-05 11:07:49 -08:00
4bf1217b82 [vim] Add vim-fugitive and vim-gitgutter plugins 2024-03-05 11:07:49 -08:00
f9ddfc336e [zsh] Add an alias for v=vi 2024-01-25 13:36:32 -08:00
2530d398d4 Lorem Ipsum generator script 2024-01-25 13:36:32 -08:00
b65bca7817 [git] Set the defaultBranch name to 'main' 2024-01-07 07:43:41 -08:00
74e66401f8 [neovim] Remove some stuff from Python config 2023-10-12 10:45:55 -07:00
a4e272bd6b [neovim] Port snipmate snippets for Python over to Ultisnips 2023-09-10 15:47:32 -07:00
e779607c5f [neovim] Add .vim in a top level of a git repo to runtimepath if it exists 2023-09-10 15:40:52 -07:00
9c31db5929 [clangd] Use c++11 for clangd 2023-09-10 15:40:00 -07:00
d7e2a53b42 [neovim] Set sw and sts to 2 for Go templates 2023-09-10 15:39:42 -07:00
2aa2c30bef [neovim] Add clangd_extensions plugin 2023-09-10 15:38:12 -07:00
b381ff362d [neovim] Set up all the LSP key bindings 2023-09-10 15:37:41 -07:00
47a622250f [nvim,zsh] Set up pyright LSP for Python development 2023-09-06 10:19:21 -07:00
64ae7ed11f [nvim] Set relativenumber 2023-09-06 10:19:21 -07:00
539aad7940 [vim] Strip trailing whitespace from lua files on save 2023-08-26 07:59:43 -07:00
060920c4fc [vim] Let vim turn on filetype plugin and indent itself (remove it from vimrc.common) 2023-08-26 07:59:43 -07:00
e92d92afe0 [vim] Remove highlights and hlsearch settings from vimrc.common 2023-08-26 07:59:43 -07:00
eaa027a74f [vim] Add fatih/go plugin 2023-08-26 07:59:43 -07:00
6c622b0aaf [zsh] Add init_xcode and call it from darwin_init_once; add ~df path to dotfiles 2023-08-26 07:59:43 -07:00
4d3a7e4017 [xcode] Copy over IDETemplateMacros.plist with a simplified file header 2023-08-26 07:59:43 -07:00
cd98e5d1d6 [vim] Add a group to the ZSH path auto commands 2023-08-26 07:59:43 -07:00
148c79d7b2 [zsh] Add neovim_init_once function 2023-08-25 08:01:25 -07:00
556d125741 [vim] Add treesitter plugin
Add after config script
2023-08-25 08:00:56 -07:00
eb270c30bf [vim] Add eslint and html LSP configs 2023-08-25 08:00:31 -07:00
945f30fc6c [vim] Remove Witch Hazel plugin 2023-08-24 10:30:33 -07:00
00d69312b2 [vim] Add LSP support for Lua, JS, CSS, and HTML 2023-08-23 16:20:15 -07:00
e2e47d79fa [vim] Fix up ensureMetadataDirectories function 2023-08-23 16:19:44 -07:00
0c9c8d0828 Misc updates to bin/colortest 2023-08-22 09:46:06 -07:00
bca8425025 Update Dracula Terminal.app colors 2023-08-22 09:46:06 -07:00
a4703c3509 [zsh] Unquote the Python Path in init_env_python
This was causing the for to loop through the characters of the string
rather than the directories in $pythonroot
2023-07-11 16:14:52 -07:00
fb144f1f3f [vim] Remove my explicitly set path 2023-07-11 16:14:52 -07:00
7af40112cc [vim] Remove Selecta and Command-T stuff from the old vimrc 2023-07-11 16:14:52 -07:00
5ce57ee011 [vim] Remove vim/bundle (finally!) 2023-07-11 16:09:21 -07:00
efeee59635 [neovim] Fix colors.lua 2023-07-11 16:09:21 -07:00
b689a9e84c Update Dracula-ish Terminal.app color scheme 2023-07-11 16:09:21 -07:00
b2b82d28fc Add Dracula-ish Terminal.app theme 2023-06-20 11:13:58 -07:00
8f74f0ae50 [neovim] Set a different color scheme for Terminal.app than for other terminals 2023-06-20 11:13:09 -07:00
18038b798e Add colortest script 2023-06-20 11:11:02 -07:00
c7b10964a6 [neovim] Update colors 2023-06-20 11:11:02 -07:00
f6774a6a13 [zsh] Add homebrew site-functions to fpath 2023-06-01 10:27:12 -07:00
21ebcac9d5 [zsh] Fix some coding amateur hour in the *_path functions 2023-03-30 10:44:00 -07:00
dd7de9628e [zsh] Make init_env_python a function inside of its script file 2023-03-30 10:39:37 -07:00
aa6e81fdeb [zsh] Clean up path functions; init_path wasn't being called after definition 2023-03-30 10:39:37 -07:00
0aaffa1cca [zsh] Remove shebangs from binary_exists and init_env 2023-03-29 12:53:13 -07:00
d1e8f59c53 [zsh,nvim] Set up vim's &path based on zsh's FPATH 2023-03-29 12:53:13 -07:00
711dd78a2f [nvim] Bring over gitcommit.vim to the neovim location from vim/ 2023-03-29 12:53:13 -07:00
9fa1756e45 [zsh] Echo the result of darwin-hardware-model instead of returning it 2023-03-29 12:53:13 -07:00
cdfbce2c4c [zsh] Clean up init_path 2023-03-28 23:27:34 +00:00
5d74548f21 [zsh] Make prepend_to_path and append_to_path more interesting
Add a +e/-e argument (parsed with getopt) that conditionally exports $path.
2023-03-28 23:24:29 +00:00
6f1d8b4ecb Add iterm_set_font script to bin/ 2023-03-28 14:26:37 -07:00
18940fe091 [zsh] Remove init_profile_darwin_say_hello from init_profile_darwin 2023-03-28 10:53:27 -07:00
71176a516f [zsh] Remove the shebang from the init scripts 2023-03-28 10:53:27 -07:00
4a0fa054d8 [nvim] Iterate through the entries in each vim.opt table and create directories that should exist 2023-03-28 10:53:23 -07:00
6f6129f071 [zsh] Use the darwin- system info functions in init_profile_darwin_say_hello 2023-03-28 10:50:59 -07:00
6276b5f40e [zsh] Move Darwin $OSBUILD, $OSVERSION, and $HWMODEL
Move them from init_env_Darwin to their own functions in the new zsh/func/darwin
directory.
2023-03-28 10:50:59 -07:00
ace2f38ed2 [zsh] Remove duplicate Python setup in zsh_env_darwin 2023-03-28 10:50:59 -07:00
c4dc2c71ae [zsh] Remove old header comments and sourcing .zshenv.local from .zshenv; add init_env_fpath() 2023-03-28 10:50:59 -07:00
4c145641c5 [zsh] Background the ssh-add call in init_profile_darwin 2023-03-28 10:50:59 -07:00
75d8059bde [zsh] Convert binary_exists into a function declared inside the script 2023-03-28 10:50:59 -07:00
e805062df5 A few random tweaks to bin/num 2023-03-27 15:44:40 -07:00
970ed67788 [nvim] Comment about why resolving symlinks is necessary in config/nvim/after/ftplugin/lua.lua 2023-03-25 08:09:09 -07:00
f392afe533 [zsh] Fix the nethack function so it only triggers a remote session if you ask for it 2023-03-25 08:08:41 -07:00
79757c36a2 [nvim] Move ftplugin/lua.lua to after/ 2023-03-24 21:28:04 -07:00
fabcbec363 Redo bin/num so it prints JSON 2023-03-22 14:39:07 -07:00
858b9e1b40 [vim] Remove the color scheme stuff from vimrc.common 2023-03-22 14:37:49 -07:00
0a35616613 [nvim] Add the nvim config paths to &path when opening nvim/init.lua 2023-03-22 14:36:46 -07:00
eeeb516897 [nvim] Fix the merge conflicts (again) in the nvim config files 2023-03-22 14:35:47 -07:00
24229b0711 [nvim] Fix the editor metadata settings, again, for hopefully the last time 2023-03-21 10:32:26 -07:00
5898fe7381 Fix the Vim configuration in setup.sh 2023-03-20 13:50:05 -07:00
6f10bdccf7 [nvim] Add Theacodes Witchhazel color theme to my plugins list 2023-03-20 13:49:32 -07:00
acc755868c [emacs] Set a vim filetype for this file 2023-03-20 13:49:32 -07:00
19cf305d2b [nvim] Add a new colors Lua module that deals with colors
it provides a single reloadColorscheme function that applies the colorscheme and
a few of my own customizations.
2023-03-20 13:49:32 -07:00
e797d0d213 [nvim] Add highlighting for block and inline padding and margin declarations in CSS 2023-03-20 10:11:48 -07:00
aa81cb66eb [zsh] Move open-xcode function to its own file and autoload it in zshrc 2023-03-20 10:09:48 -07:00
3a3b73a915 [vim] Ensure backup, swap, and undo directories exist so those state files are placed correctly 2023-03-20 10:09:44 -07:00
31492fe257 [git] Blanket ignore *~ files 2023-03-20 10:04:22 -07:00
1919fd42a8 [git] Set core.editor to nvim 2023-03-20 10:04:22 -07:00
c6a8a333ab [nethack] Some rc tweaks after ascension 2023-03-20 08:42:43 -07:00
7993439e1d [zsh] Add playdate SDK configuration to the shell 2023-03-20 08:42:43 -07:00
6957a192af [vim] Fix the hlsearch toggle key binding 2023-03-20 08:42:43 -07:00
5ad761678a [vim] Move plugin management to vim-plug and .vim/plugins.vim 2023-03-20 08:42:39 -07:00
af9bc505bb Biggest update to setup.sh since the invention of bread
- Add a few items to skipitems that were missing
- Add a matches_skip_item function that checks if a basename matches one of the
  skip items
- Clean up files that match skipitems
- Add a +v arg that disables installing Vim modules
2022-12-13 14:13:01 -08:00
386b88ee9e [zsh] Really for real fix the &> and >& IO redirection confusion
init_env_vi was still using it
2022-11-30 11:43:22 -08:00
adfc594420 [zsh] Get the hostname back
Use != instead of -ne when checking $TERM_PROGRAM. This has been this way for years;
I do not really understand why this is happening now.
2022-11-30 11:41:55 -08:00
247a27cd78 [git] Add really-clean alias 2022-11-30 11:41:55 -08:00
833c4c8a6f [vim] Add ensureMetadataDirectoriesExist() and call it
This function creates backup, undo, and swap directories if they do not already exist
2022-11-16 08:58:07 -08:00
e71f78feee [vim] Explicitly specify swap and undo directories 2022-11-16 08:57:38 -08:00
3653b7c169 [mutt] Prefer text/html to text/plain mail formats 2022-11-16 15:34:03 +00:00
4188a238a7 [tmux] Update tmux.conf to use the newer versions of window-status settings 2022-11-16 15:33:47 +00:00
11ce2cd5c7 [zsh] Fix up init functions
- Use autoload +X in do_init_functions
- Properly redirect stdout and stderr in do_init_functions and init_env_vi so
  they don't print anything
2022-11-16 15:32:33 +00:00
4b2cef086f Add fetch_moon_data.py script to bin/ 2022-11-16 15:30:49 +00:00
4ac41e256a [vim] Remove command-t; it's been real o7 2022-11-15 17:50:18 -08:00
2e377a05e7 [git] Ignore *~ files 2022-11-15 17:50:18 -08:00
3dacd0156d [zsh] Add the time to the top line of the prompt 2022-10-31 10:27:21 -07:00
1fc6b06747 [zsh] Add init_env_aliases with some aliases to create maps and arrays 2022-10-20 09:20:29 -07:00
c858da2ab6 [Alfred] Set keyboard shortcut to Ctrl-Space 2022-10-20 08:54:23 -07:00
89bd505ca7 [Alfred] Tweak some appearance settings 2022-10-20 08:53:11 -07:00
ea4f707d23 [Alfred] Start tracking Alfred settings in dotfiles 2022-10-20 08:51:30 -07:00
a4800814d6 [nvim] Changes to vimrc and vimrc.common from long ago 2022-10-20 08:20:28 -07:00
d91e5d4add [vim] Remove vimrc.local 2022-10-20 08:18:40 -07:00
7344158c76 Update setup.sh
Handle .config specially
Update Vim plugin install to use newer syntax
2022-10-20 08:18:40 -07:00
8262907b64 [nvim] Convert init.vim to init.lua and copy over a bit of the vimrc config to some lua scripts
This is neat!
2022-10-20 08:18:40 -07:00
0d28c3745c Ignore ~ backup files 2022-10-20 08:18:40 -07:00
c2a6de307e [vim] Break out all the common settings into vimrc.common
This way, vim has vimrc and nvim has config/nvim/init.vim and they do not have to worry
about overriding settings.
2022-10-20 08:18:40 -07:00
0883447a44 [zsh] Move vi init to init_env_vi; set EDITOR in that function 2022-10-20 08:18:37 -07:00
d2713240b1 [zsh] Remove nested function from darwin_configure_screenshots_directory 2022-07-19 09:21:33 -07:00
edd0f30a85 [tmux] Use a slightly nicer time format 2022-06-01 14:48:02 -07:00
09ea02303d [zsh] Move vi init to init_env_vi; set EDITOR in that function 2022-05-28 09:16:07 -07:00
4317bfd61e [zsh] This IO redirection was bad; redirection stdout and err is >&, not &> 2022-05-26 14:50:19 -07:00
b2a1d2fc83 [zsh] Tweak IO redirection in init_rc_vi 2022-05-26 09:11:57 -07:00
97c1b8ad30 [zsh] Fiddling with IO redirection 2022-05-26 09:11:35 -07:00
c3be112691 [zsh] Enhance Darwin's say_hello to adapt to missing variables 2022-05-26 09:09:31 -07:00
98dd139677 [zsh,tmux] Set the tmux window name from the ZSH prompt 2022-05-26 09:09:31 -07:00
d5ede2e563 [zsh] Convert zshrc to use do_init_functions 2022-05-26 09:06:15 -07:00
b82c83073c [zsh] Remove arguments from these init functions 2022-05-26 09:06:15 -07:00
e8aae4ef89 [zsh] Move vi function to a simple alias in init_rc_vi 2022-05-26 09:06:15 -07:00
a66be0e49e [zsh] Add /Users/eryn/Library/Developer/Xcode/DerivedData that points to Xcode's DerivedData 2022-05-25 15:13:21 -07:00
3addd3d3a2 [zsh] Move the hello message to its own Darwin-specific say_hello function 2022-05-25 15:10:08 -07:00
edf8034308 [zsh] Convert zprofile to do_init_functions 2022-05-25 14:37:29 -07:00
Eryn Wells
20414bb31c [zsh] Add init_profile_darwin -- a Darwin specific init_profile 2022-05-25 14:12:08 -07:00
Eryn Wells
bb47c6cc52 [zsh] Add connect_ssh_agent to invoke ssh-agent anew or with pre-existing variables in ~/.ssh_agent_vars 2022-05-25 14:12:08 -07:00
Eryn Wells
9937af9f49 [zsh] Convert the public init_env steps to do_init_functions 2022-05-25 14:12:06 -07:00
Eryn Wells
f97f1bda34 [zsh] Add do_init_functions to run an array of functions 2022-05-25 14:10:08 -07:00
Eryn Wells
abf94e7104 [tmux] Get the %m right in the right side date 2022-05-25 14:10:08 -07:00
db8e255a8f [zsh] Move setting up tilde paths to their own init function 2022-05-22 15:32:22 -07:00
44302e10ed [tmux] Modernize the tmux conf a bit 2022-05-22 15:32:22 -07:00
0226d26f94 [zsh] Get the output redirection right for autoloads 2022-05-20 15:12:14 +00:00
1eb0f7ab8e [nethack] Don't do the beatitude coloring; it wasn't working 2022-05-20 14:58:40 +00:00
9b86ce9955 [nethack] Let me pick my role 2022-05-20 14:58:16 +00:00
a8f7c60476 [nethack] Do NOT talk about walls 2022-05-20 14:58:00 +00:00
9d5f76e377 [nethack] Use DECgraphics in curses mode 2022-04-16 17:36:47 +00:00
aff206e2a0 [zsh] Update the nethack function to connect over SSH to alt.org 2022-04-11 15:17:49 -07:00
dc6c5bba98 [nethack] A ton of config updates and a bunch of copied stuff from some configs on alt.org 2022-04-11 15:17:48 -07:00
b93217719e [nethack] Remove redundant OPTIONS line 2022-04-09 04:20:29 +00:00
01292bbaec [nethack] Update options 2022-04-08 02:11:22 +00:00
631496ac13 [nethack] Update the rc file with new options 2022-04-07 18:28:53 -07:00
4d76782d7d [vim,zsh] Setup for doing tidalcycles in vim, including paths to local ghc 2022-04-07 18:28:30 -07:00
d630b1ea71 [zsh] Remoe +X from .zshenv prepend_to_path autoload 2022-01-25 17:26:56 -08:00
de14a7c00d [zsh] Open xcodeproj and xcworkspace files by looking for the currently selected Xcode 2022-01-25 17:26:56 -08:00
Eryn Wells
03a6f10522 [zsh] Convert zshenv autoloads to use -Uz instead of +X 2022-01-24 09:11:17 -08:00
Eryn Wells
ae3821afee [nvim] Add a barebones nvim init.vim that sources ~/.vimrc 2022-01-24 08:59:56 -08:00
ceba39daf6 Update setup.sh to newer shell scripting standards; remove stale or broken dotfile symlinks from ~ 2022-01-23 11:27:16 -08:00
ae71d58f19 [zsh] Disable the builtin on macOS so it doesn't conflict with the system log command 2022-01-23 11:26:45 -08:00
fb0a73a482 [zsh] Remove a stray newline 2022-01-22 21:48:49 -08:00
087ad33d2e [zsh] Print date and system info on prompt start 2022-01-22 21:43:20 -08:00
f697e616d3 [zsh] Remove the wrapping init_path function 2022-01-22 21:33:28 -08:00
f3be935075 [zsh] Attempt to make establishing an ssh-agent session more robust
I don't think this quite works though.
2022-01-22 21:31:04 -08:00
fc3c6261e6 [zsh] Add Code and DerivedData path-y variables to init_env_darwin 2022-01-22 21:29:45 -08:00
6ee8b800cc [zsh] Add Homembrew /opt paths to my path if they exist 2022-01-22 21:27:38 -08:00
8211c4e4f9 [zsh,darwin_init] Replace spaces in hostname with 2022-01-22 21:26:30 -08:00
ff561f808f [zsh] Treat git-svn the same as git in the prompt 2022-01-22 21:23:52 -08:00
413799a85c [zsh] Use default ZSH colors if LS_COLORS isn't defined 2022-01-22 11:05:18 -08:00
af50e7d66e [vim] Add plist ftplugin file 2022-01-22 11:00:40 -08:00
b55e89fdd8 [vim] Add a JavaScript plugin and a plist autocmd 2022-01-22 11:00:40 -08:00
628b2c65d7 [vim] Add Witchhazel colorschemes from Stargirl 2022-01-22 11:00:40 -08:00
Eryn Wells
55dcb592d9 [git] Add amend and edit aliases; set some sendemail, LFS, and pull settings 2022-01-22 11:00:40 -08:00
52d70f77b1 Ignore .orig files 2022-01-22 11:00:40 -08:00
ff2666c518 Remove codetemplates/ and remove ZSH makers module -- I haven't used either in years 2022-01-22 10:24:39 -08:00
b6146c816b Update the README, which hasn't been updated in literal years 2022-01-22 10:22:55 -08:00
274 changed files with 7333 additions and 2140 deletions

7
.gitignore vendored
View file

@ -1,6 +1,9 @@
# OS X
.DS_Store
*~
*.orig
# Emacs
\#*\#
.\#emacs
@ -19,11 +22,15 @@ ssh/*
!ssh/config
vim/.viminfo*
vim/vim_shared_data
vim/.nviminfo
vim/view/
vim/spelling*
vim/init.vim
vim/backup/
zsh/cache/
Ansible/*.retry
Fortune/*.dat

View file

@ -2,7 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<key>hidehat</key>
<true/>
<key>hidemenu</key>
<true/>
</dict>
</plist>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fallbacks</key>
<array>
<string>features.websearch.duckduckgo.fallback</string>
<string>features.websearch.wiki.fallback</string>
<string>features.websearch.amazon.fallback</string>
<string>features.websearch.google.fallback</string>
</array>
</dict>
</plist>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>lightthemeuid</key>
<string>theme.bundled.moderndark</string>
</dict>
</plist>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>default</key>
<dict>
<key>key</key>
<integer>49</integer>
<key>mod</key>
<integer>262144</integer>
<key>string</key>
<string> </string>
</dict>
</dict>
</plist>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>default</key>
<dict>
<key>key</key>
<integer>49</integer>
<key>mod</key>
<integer>262144</integer>
<key>string</key>
<string> </string>
</dict>
</dict>
</plist>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>lightthemeuid</key>
<string>theme.bundled.moderndark</string>
</dict>
</plist>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>location</key>
<string>United States</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,384 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>gridsize</key>
<integer>4</integer>
<key>hidelabels</key>
<false/>
<key>iconid</key>
<string>723DE8FA-1821-4E46-98E4-47DE6F67BAB5</string>
<key>iconisuserspecified</key>
<true/>
<key>items</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>C9744030-883D-4891-AF4B-E26219173DD7</string>
<key>buttonlabel</key>
<string>Home</string>
<key>itemuid</key>
<string>187FF406-48CD-400A-8209-05927331D243</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Desktop</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>6B2A2675-49B5-44C9-93D9-CCDDB0AEAC5C</string>
<key>buttonlabel</key>
<string>Desktop</string>
<key>itemuid</key>
<string>0CDF2561-21C1-4AD7-8E70-61E84DE6D284</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Documents</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>66A83612-64FB-4AFA-B1A5-8B8C1FB543E7</string>
<key>buttonlabel</key>
<string>Documents</string>
<key>itemuid</key>
<string>553991CE-CFC1-4852-8FA2-21274111E98F</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Downloads</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>64BA8062-7323-4DBD-8047-71D804827F7F</string>
<key>buttonlabel</key>
<string>Downloads</string>
<key>itemuid</key>
<string>7AD33419-A453-4872-94E1-B8E24D74110A</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Pictures</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>677215B9-8F97-496F-B0CE-679DF4009765</string>
<key>buttonlabel</key>
<string>Pictures</string>
<key>itemuid</key>
<string>38DA5472-E8B6-44DA-BED1-E350D3D36E72</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Music</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>C6639DCF-BAAA-4E9C-96F7-C3B8B681D689</string>
<key>buttonlabel</key>
<string>Music</string>
<key>itemuid</key>
<string>CABC79E4-A15E-4D53-9C09-9F81610E730A</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Movies</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>7FDF68D6-CEF1-4D9F-B8DE-D81EA3A4C1CF</string>
<key>buttonlabel</key>
<string>Movies</string>
<key>itemuid</key>
<string>CD493A05-A73E-4EA8-BFE2-9152CE3E621B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Library</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>B87B9333-5E0A-433F-BEB8-072A463525A0</string>
<key>buttonlabel</key>
<string>Library</string>
<key>itemuid</key>
<string>D52029C2-52B7-4425-B17C-1FD59DD95A0A</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>ACAFC73B-1316-4E9B-B29A-36358F16AA9D</string>
<key>buttonlabel</key>
<string>Macintosh HD</string>
<key>itemuid</key>
<string>5BFFB9A8-0A57-403E-A7D5-00BAF324FAF8</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/Applications</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>224CDFBA-87EF-4A33-B11F-C894EFAEBE25</string>
<key>buttonlabel</key>
<string>Applications</string>
<key>itemuid</key>
<string>B8E586AF-F4E3-45BA-9452-D2C09FAA8BEB</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/Users</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>BE46F87A-193D-4EED-A438-AEFE042B4A79</string>
<key>buttonlabel</key>
<string>Users</string>
<key>itemuid</key>
<string>186468BA-5832-4B0D-BDCD-1A0898AA4030</string>
</dict>
<dict/>
</array>
<key>itemsall</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>C9744030-883D-4891-AF4B-E26219173DD7</string>
<key>buttonlabel</key>
<string>Home</string>
<key>itemuid</key>
<string>187FF406-48CD-400A-8209-05927331D243</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Desktop</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>6B2A2675-49B5-44C9-93D9-CCDDB0AEAC5C</string>
<key>buttonlabel</key>
<string>Desktop</string>
<key>itemuid</key>
<string>0CDF2561-21C1-4AD7-8E70-61E84DE6D284</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Documents</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>66A83612-64FB-4AFA-B1A5-8B8C1FB543E7</string>
<key>buttonlabel</key>
<string>Documents</string>
<key>itemuid</key>
<string>553991CE-CFC1-4852-8FA2-21274111E98F</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Downloads</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>64BA8062-7323-4DBD-8047-71D804827F7F</string>
<key>buttonlabel</key>
<string>Downloads</string>
<key>itemuid</key>
<string>7AD33419-A453-4872-94E1-B8E24D74110A</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Pictures</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>677215B9-8F97-496F-B0CE-679DF4009765</string>
<key>buttonlabel</key>
<string>Pictures</string>
<key>itemuid</key>
<string>38DA5472-E8B6-44DA-BED1-E350D3D36E72</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Music</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>C6639DCF-BAAA-4E9C-96F7-C3B8B681D689</string>
<key>buttonlabel</key>
<string>Music</string>
<key>itemuid</key>
<string>CABC79E4-A15E-4D53-9C09-9F81610E730A</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Movies</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>7FDF68D6-CEF1-4D9F-B8DE-D81EA3A4C1CF</string>
<key>buttonlabel</key>
<string>Movies</string>
<key>itemuid</key>
<string>CD493A05-A73E-4EA8-BFE2-9152CE3E621B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>~/Library</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>B87B9333-5E0A-433F-BEB8-072A463525A0</string>
<key>buttonlabel</key>
<string>Library</string>
<key>itemuid</key>
<string>D52029C2-52B7-4425-B17C-1FD59DD95A0A</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>ACAFC73B-1316-4E9B-B29A-36358F16AA9D</string>
<key>buttonlabel</key>
<string>Macintosh HD</string>
<key>itemuid</key>
<string>5BFFB9A8-0A57-403E-A7D5-00BAF324FAF8</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/Applications</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>224CDFBA-87EF-4A33-B11F-C894EFAEBE25</string>
<key>buttonlabel</key>
<string>Applications</string>
<key>itemuid</key>
<string>B8E586AF-F4E3-45BA-9452-D2C09FAA8BEB</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/Users</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>BE46F87A-193D-4EED-A438-AEFE042B4A79</string>
<key>buttonlabel</key>
<string>Users</string>
<key>itemuid</key>
<string>186468BA-5832-4B0D-BDCD-1A0898AA4030</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
</array>
<key>subtitle</key>
<string>Open your Folders and Files</string>
<key>title</key>
<string>Folders and Files</string>
</dict>
</plist>

View file

@ -0,0 +1,524 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>gridsize</key>
<integer>4</integer>
<key>hidelabels</key>
<false/>
<key>iconid</key>
<string>91CE3AB2-AA2C-4585-8277-D447616878BE</string>
<key>iconisuserspecified</key>
<true/>
<key>items</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>FDF78D33-BF71-40D4-B89B-2089BCDB8B40</string>
<key>buttonlabel</key>
<string>Safari</string>
<key>itemuid</key>
<string>38483338-6418-41B4-A717-5B506102A8EC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Messages.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>A44A3712-1D81-47AC-8EEA-0CDF99CE9623</string>
<key>buttonlabel</key>
<string>Messages</string>
<key>itemuid</key>
<string>5F49245D-C10E-455B-BD29-904027BE6F2E</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/FaceTime.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>FAF2863C-BD1F-4917-801D-6DC82B9F5A7A</string>
<key>buttonlabel</key>
<string>FaceTime</string>
<key>itemuid</key>
<string>AE50B6A5-571A-49F5-AA0B-375E38D4933B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Maps.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>77A7C505-83BD-463E-A32B-03D74C57F782</string>
<key>buttonlabel</key>
<string>Maps</string>
<key>itemuid</key>
<string>46E9458F-F0C4-421A-B0A2-CAECD0B12B59</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Contacts.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>811AF472-0278-448F-B4AC-239CEAC35A67</string>
<key>buttonlabel</key>
<string>Contacts</string>
<key>itemuid</key>
<string>41069E72-EF7D-4F1B-BCD3-F7334B7A0402</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Mail.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>5215317C-C155-4697-9381-6BAA9AC3267D</string>
<key>buttonlabel</key>
<string>Mail</string>
<key>itemuid</key>
<string>9FDFEC9D-359B-48FE-9B6C-090CF856B1DC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Calendar.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>A9790D68-3C03-482E-B558-23522567F465</string>
<key>buttonlabel</key>
<string>Calendar</string>
<key>itemuid</key>
<string>726BEA2E-C5A2-4FFB-B692-73D36A296664</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Reminders.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>9B8D1351-EA76-44AD-90F4-5F8ECAFE3374</string>
<key>buttonlabel</key>
<string>Reminders</string>
<key>itemuid</key>
<string>07B43797-DA33-4C85-AB7A-32BF53E26AEC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/App Store.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>E18A736A-9D14-4F48-ADD3-ACA04CFA03C2</string>
<key>buttonlabel</key>
<string>App Store</string>
<key>itemuid</key>
<string>9FA5CE7D-F40E-47CC-A6A8-26D1CF80D35C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Music.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>D84A5816-E82A-482A-A934-40CC07C92D85</string>
<key>buttonlabel</key>
<string>Music</string>
<key>itemuid</key>
<string>585735DB-047B-4C12-AE77-32A04E757B09</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Photos.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>957B86A1-69B5-4C4F-BC8C-2B7AAE2B2A3F</string>
<key>buttonlabel</key>
<string>Photos</string>
<key>itemuid</key>
<string>9B83BE7F-57CA-4DFA-A29B-7FD93D27AC7C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Photo Booth.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>6773EBED-F907-4EE6-81DF-9AC0DBB4D55A</string>
<key>buttonlabel</key>
<string>Photo Booth</string>
<key>itemuid</key>
<string>2A6920C4-B71A-45F5-8C92-475553D75531</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/TextEdit.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>5113C599-9A73-4B22-A213-F3FDDCEBA170</string>
<key>buttonlabel</key>
<string>TextEdit</string>
<key>itemuid</key>
<string>704847BB-8E95-4404-84CC-2A1867059755</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Utilities/Activity Monitor.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>EC782695-9E0F-47C3-A90C-8604E254332E</string>
<key>buttonlabel</key>
<string>Activity Monitor</string>
<key>itemuid</key>
<string>C9F3C6C4-FD9F-4272-9DF5-B7A30A09CC75</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Utilities/Terminal.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>E72748C2-F59D-4B63-B96A-2D085643E038</string>
<key>buttonlabel</key>
<string>Terminal</string>
<key>itemuid</key>
<string>87D1271A-A0EA-48BC-AC19-3C9BEEB6A626</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Utilities/Console.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>8A5C75D6-311D-45EA-93D9-27A130F59983</string>
<key>buttonlabel</key>
<string>Console</string>
<key>itemuid</key>
<string>D4AE06AD-DE9B-4E9B-B29B-08DB29EB14D6</string>
</dict>
</array>
<key>itemsall</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>FDF78D33-BF71-40D4-B89B-2089BCDB8B40</string>
<key>buttonlabel</key>
<string>Safari</string>
<key>itemuid</key>
<string>38483338-6418-41B4-A717-5B506102A8EC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Messages.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>A44A3712-1D81-47AC-8EEA-0CDF99CE9623</string>
<key>buttonlabel</key>
<string>Messages</string>
<key>itemuid</key>
<string>5F49245D-C10E-455B-BD29-904027BE6F2E</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/FaceTime.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>FAF2863C-BD1F-4917-801D-6DC82B9F5A7A</string>
<key>buttonlabel</key>
<string>FaceTime</string>
<key>itemuid</key>
<string>AE50B6A5-571A-49F5-AA0B-375E38D4933B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Maps.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>77A7C505-83BD-463E-A32B-03D74C57F782</string>
<key>buttonlabel</key>
<string>Maps</string>
<key>itemuid</key>
<string>46E9458F-F0C4-421A-B0A2-CAECD0B12B59</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Contacts.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>811AF472-0278-448F-B4AC-239CEAC35A67</string>
<key>buttonlabel</key>
<string>Contacts</string>
<key>itemuid</key>
<string>41069E72-EF7D-4F1B-BCD3-F7334B7A0402</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Mail.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>5215317C-C155-4697-9381-6BAA9AC3267D</string>
<key>buttonlabel</key>
<string>Mail</string>
<key>itemuid</key>
<string>9FDFEC9D-359B-48FE-9B6C-090CF856B1DC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Calendar.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>A9790D68-3C03-482E-B558-23522567F465</string>
<key>buttonlabel</key>
<string>Calendar</string>
<key>itemuid</key>
<string>726BEA2E-C5A2-4FFB-B692-73D36A296664</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Reminders.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>9B8D1351-EA76-44AD-90F4-5F8ECAFE3374</string>
<key>buttonlabel</key>
<string>Reminders</string>
<key>itemuid</key>
<string>07B43797-DA33-4C85-AB7A-32BF53E26AEC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/App Store.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>E18A736A-9D14-4F48-ADD3-ACA04CFA03C2</string>
<key>buttonlabel</key>
<string>App Store</string>
<key>itemuid</key>
<string>9FA5CE7D-F40E-47CC-A6A8-26D1CF80D35C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Music.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>D84A5816-E82A-482A-A934-40CC07C92D85</string>
<key>buttonlabel</key>
<string>Music</string>
<key>itemuid</key>
<string>585735DB-047B-4C12-AE77-32A04E757B09</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Photos.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>957B86A1-69B5-4C4F-BC8C-2B7AAE2B2A3F</string>
<key>buttonlabel</key>
<string>Photos</string>
<key>itemuid</key>
<string>9B83BE7F-57CA-4DFA-A29B-7FD93D27AC7C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Photo Booth.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>6773EBED-F907-4EE6-81DF-9AC0DBB4D55A</string>
<key>buttonlabel</key>
<string>Photo Booth</string>
<key>itemuid</key>
<string>2A6920C4-B71A-45F5-8C92-475553D75531</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/TextEdit.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>5113C599-9A73-4B22-A213-F3FDDCEBA170</string>
<key>buttonlabel</key>
<string>TextEdit</string>
<key>itemuid</key>
<string>704847BB-8E95-4404-84CC-2A1867059755</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Utilities/Activity Monitor.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>EC782695-9E0F-47C3-A90C-8604E254332E</string>
<key>buttonlabel</key>
<string>Activity Monitor</string>
<key>itemuid</key>
<string>C9F3C6C4-FD9F-4272-9DF5-B7A30A09CC75</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Utilities/Terminal.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>E72748C2-F59D-4B63-B96A-2D085643E038</string>
<key>buttonlabel</key>
<string>Terminal</string>
<key>itemuid</key>
<string>87D1271A-A0EA-48BC-AC19-3C9BEEB6A626</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Applications/Utilities/Console.app</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>8A5C75D6-311D-45EA-93D9-27A130F59983</string>
<key>buttonlabel</key>
<string>Console</string>
<key>itemuid</key>
<string>D4AE06AD-DE9B-4E9B-B29B-08DB29EB14D6</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
</array>
<key>subtitle</key>
<string>Launch your Applications</string>
<key>title</key>
<string>Applications</string>
</dict>
</plist>

View file

@ -0,0 +1,542 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>gridsize</key>
<integer>4</integer>
<key>hidelabels</key>
<false/>
<key>iconid</key>
<string>6FD5FE69-2B6E-4DD3-9657-DE998B22B89E</string>
<key>iconisuserspecified</key>
<true/>
<key>items</key>
<array>
<dict>
<key>actionuid</key>
<string>remote.alfred.showalfred</string>
<key>buttoniconid</key>
<string>95B178D1-F498-4CAC-94F8-EEED72C9EAAF</string>
<key>buttonlabel</key>
<string>Show Alfred</string>
<key>itemuid</key>
<string>C51B3C0A-5B77-436E-B022-ECD373354486</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>5</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>6385322B-E7F1-4A1C-B7BB-5BCA0BDA64EE</string>
<key>buttonlabel</key>
<string>Sleep</string>
<key>itemuid</key>
<string>D7C9479E-0E9B-4A6A-A77A-D8A27A642F38</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>11</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>A087E59F-F8F1-4222-B916-F1504AD2B5DB</string>
<key>buttonlabel</key>
<string>Sleep Displays</string>
<key>itemuid</key>
<string>DF250FF8-B509-4E72-9E45-C941C71041FC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>1</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>57DDD7C1-D19D-40D2-B375-F1FEB2B49E6B</string>
<key>buttonlabel</key>
<string>Screen Saver</string>
<key>itemuid</key>
<string>C7AF3DB9-500D-46DF-A56D-5AD0D00B8224</string>
</dict>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>12</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>1559CE13-D39B-4C37-BCAC-6EC719E084A3</string>
<key>buttonlabel</key>
<string>Mac Vol Up</string>
<key>itemuid</key>
<string>A666BDAA-4C87-4F3C-BE26-D2450FF1D78C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>13</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>5DA5335C-4AA9-49B9-A792-290B475C8BEC</string>
<key>buttonlabel</key>
<string>Mac Vol Down</string>
<key>itemuid</key>
<string>E0C7F2AB-A71C-47A6-8D52-3C877A6A678B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>14</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>50CAF601-8E94-4C96-A9A7-DC7B3D77FDAB</string>
<key>buttonlabel</key>
<string>Mute Mac</string>
<key>itemuid</key>
<string>97FE6B0A-E0AA-4FCA-81E9-4FAF46522708</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>2</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>E679EE74-AFDF-4D43-AB92-57583A1FB352</string>
<key>buttonlabel</key>
<string>Show Trash</string>
<key>itemuid</key>
<string>A8B1AA80-4C01-4C38-98D3-B149FA692AEB</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>3</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>92CA2C9F-5460-4135-9882-3C107EFDF85E</string>
<key>buttonlabel</key>
<string>Empty Trash</string>
<key>itemuid</key>
<string>D4477103-6176-4F08-8E2A-3698AE8944B8</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>9</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>C4D4BA8E-C80C-4789-9EB5-43A06414DFEB</string>
<key>buttonlabel</key>
<string>Quit All Apps</string>
<key>itemuid</key>
<string>0EB2B06F-7B49-408A-9E4D-AD449C7C9375</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>10</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>426D4E4D-88C7-4B5C-9119-E5B6BF306C67</string>
<key>buttonlabel</key>
<string>Eject All</string>
<key>itemuid</key>
<string>C5085E98-C8E6-4DAC-801C-F42216B65174</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>6</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>10D86B12-DBE0-43CA-A2AB-5E6E36447BD7</string>
<key>buttonlabel</key>
<string>Lock</string>
<key>itemuid</key>
<string>98F5DBC0-0031-460A-A529-F9A991B13506</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>4</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>02BB8F9B-811B-4065-BF1C-4AF35C1A0C42</string>
<key>buttonlabel</key>
<string>Log Out</string>
<key>itemuid</key>
<string>00A53023-4775-4903-9B70-3595A5912489</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>7</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>EC0FCDAC-E659-4E1C-8FEE-0E6603FAF4CC</string>
<key>buttonlabel</key>
<string>Restart</string>
<key>itemuid</key>
<string>F85369E7-A150-41A7-ABA6-A0852CB70C5C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>8</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>B99239C8-54FF-4B25-997B-1A59018CCEF0</string>
<key>buttonlabel</key>
<string>Shut Down</string>
<key>itemuid</key>
<string>4A82B466-0267-4FF2-9402-BFEA5A80A9F6</string>
</dict>
</array>
<key>itemsall</key>
<array>
<dict>
<key>actionuid</key>
<string>remote.alfred.showalfred</string>
<key>buttoniconid</key>
<string>95B178D1-F498-4CAC-94F8-EEED72C9EAAF</string>
<key>buttonlabel</key>
<string>Show Alfred</string>
<key>itemuid</key>
<string>C51B3C0A-5B77-436E-B022-ECD373354486</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>5</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>6385322B-E7F1-4A1C-B7BB-5BCA0BDA64EE</string>
<key>buttonlabel</key>
<string>Sleep</string>
<key>itemuid</key>
<string>D7C9479E-0E9B-4A6A-A77A-D8A27A642F38</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>11</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>A087E59F-F8F1-4222-B916-F1504AD2B5DB</string>
<key>buttonlabel</key>
<string>Sleep Displays</string>
<key>itemuid</key>
<string>DF250FF8-B509-4E72-9E45-C941C71041FC</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>1</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>57DDD7C1-D19D-40D2-B375-F1FEB2B49E6B</string>
<key>buttonlabel</key>
<string>Screen Saver</string>
<key>itemuid</key>
<string>C7AF3DB9-500D-46DF-A56D-5AD0D00B8224</string>
</dict>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>12</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>1559CE13-D39B-4C37-BCAC-6EC719E084A3</string>
<key>buttonlabel</key>
<string>Mac Vol Up</string>
<key>itemuid</key>
<string>A666BDAA-4C87-4F3C-BE26-D2450FF1D78C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>13</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>5DA5335C-4AA9-49B9-A792-290B475C8BEC</string>
<key>buttonlabel</key>
<string>Mac Vol Down</string>
<key>itemuid</key>
<string>E0C7F2AB-A71C-47A6-8D52-3C877A6A678B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>14</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>50CAF601-8E94-4C96-A9A7-DC7B3D77FDAB</string>
<key>buttonlabel</key>
<string>Mute Mac</string>
<key>itemuid</key>
<string>97FE6B0A-E0AA-4FCA-81E9-4FAF46522708</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>2</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>E679EE74-AFDF-4D43-AB92-57583A1FB352</string>
<key>buttonlabel</key>
<string>Show Trash</string>
<key>itemuid</key>
<string>A8B1AA80-4C01-4C38-98D3-B149FA692AEB</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>3</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>92CA2C9F-5460-4135-9882-3C107EFDF85E</string>
<key>buttonlabel</key>
<string>Empty Trash</string>
<key>itemuid</key>
<string>D4477103-6176-4F08-8E2A-3698AE8944B8</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>9</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>C4D4BA8E-C80C-4789-9EB5-43A06414DFEB</string>
<key>buttonlabel</key>
<string>Quit All Apps</string>
<key>itemuid</key>
<string>0EB2B06F-7B49-408A-9E4D-AD449C7C9375</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>10</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>426D4E4D-88C7-4B5C-9119-E5B6BF306C67</string>
<key>buttonlabel</key>
<string>Eject All</string>
<key>itemuid</key>
<string>C5085E98-C8E6-4DAC-801C-F42216B65174</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>6</integer>
<key>confirm</key>
<false/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>10D86B12-DBE0-43CA-A2AB-5E6E36447BD7</string>
<key>buttonlabel</key>
<string>Lock</string>
<key>itemuid</key>
<string>98F5DBC0-0031-460A-A529-F9A991B13506</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>4</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>02BB8F9B-811B-4065-BF1C-4AF35C1A0C42</string>
<key>buttonlabel</key>
<string>Log Out</string>
<key>itemuid</key>
<string>00A53023-4775-4903-9B70-3595A5912489</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>7</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>EC0FCDAC-E659-4E1C-8FEE-0E6603FAF4CC</string>
<key>buttonlabel</key>
<string>Restart</string>
<key>itemuid</key>
<string>F85369E7-A150-41A7-ABA6-A0852CB70C5C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>8</integer>
<key>confirm</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.systemcommand</string>
<key>buttoniconid</key>
<string>B99239C8-54FF-4B25-997B-1A59018CCEF0</string>
<key>buttonlabel</key>
<string>Shut Down</string>
<key>itemuid</key>
<string>4A82B466-0267-4FF2-9402-BFEA5A80A9F6</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
</array>
<key>subtitle</key>
<string>Control your Mac</string>
<key>title</key>
<string>System Commands</string>
</dict>
</plist>

View file

@ -0,0 +1,412 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>gridsize</key>
<integer>4</integer>
<key>hidelabels</key>
<false/>
<key>iconid</key>
<string>9879DAE4-272F-427F-B904-E3912DD40038</string>
<key>iconisuserspecified</key>
<true/>
<key>items</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>15</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>3614B607-B46E-4BC4-8096-9BA5CF5D9F55</string>
<key>buttonlabel</key>
<string>Back track</string>
<key>itemuid</key>
<string>6A60496C-9D3C-4ED9-95F3-F8BE88A6E2FE</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>1</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>9709A0BF-F21B-4E05-9D54-93EBFD3CD6E8</string>
<key>buttonlabel</key>
<string>Play or Pause</string>
<key>itemuid</key>
<string>3A13D2C9-F1E3-4990-B7D2-89ED756E026E</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>2</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>9D73BB97-2BF4-4472-A8AA-4E7890849D0B</string>
<key>buttonlabel</key>
<string>Next track</string>
<key>itemuid</key>
<string>8C721357-0281-4824-9E8C-73B0F85722B1</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>4</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>B0174B46-EBE2-4540-9186-4CCF5990134D</string>
<key>buttonlabel</key>
<string>Random album</string>
<key>itemuid</key>
<string>46B42D33-9250-4324-8D2A-31EB0E699642</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>8</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>08A475A0-4D98-4055-A077-A4240621005D</string>
<key>buttonlabel</key>
<string>Mute</string>
<key>itemuid</key>
<string>9BE58DF6-8A0E-4A13-BA2A-E7FCF4287F04</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>7</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>7D666652-A158-4B3A-B5C9-94386B467D3B</string>
<key>buttonlabel</key>
<string>Volume down</string>
<key>itemuid</key>
<string>89818861-F986-4E45-8C95-75601EBE12DF</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>6</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>BAAF3940-9DDB-4CAE-966E-B48A930CA657</string>
<key>buttonlabel</key>
<string>Volume up</string>
<key>itemuid</key>
<string>F3D3A356-1C02-46A0-A1A5-AAEE02E3187D</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>5</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>D4D0AC6D-796C-4096-B2FB-6BDF70DECD70</string>
<key>buttonlabel</key>
<string>Maximum volume</string>
<key>itemuid</key>
<string>FED66A6B-1B26-4D72-8208-C8921F94B335</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>14</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>3BCF6DC8-7ED1-4400-93DE-C91BC6528157</string>
<key>buttonlabel</key>
<string>Clear rating for current track</string>
<key>itemuid</key>
<string>D04B7487-9B7A-4A04-9277-A51B99DAD88B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>9</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>450629F8-3ECE-4B44-852E-A2A87FAF684E</string>
<key>buttonlabel</key>
<string>★ for current track</string>
<key>itemuid</key>
<string>6D451E2E-D116-4582-84A0-405F7FE4F7AF</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>11</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>364213BC-647A-41F8-916C-0DC6AA557B86</string>
<key>buttonlabel</key>
<string>★★★ for current track</string>
<key>itemuid</key>
<string>DF4586DF-5540-4641-AA8B-33E90757C407</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>13</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>A175FCEB-7B03-435E-9D1C-6097F665261B</string>
<key>buttonlabel</key>
<string>★★★★★ for current track</string>
<key>itemuid</key>
<string>FA7AF1A5-F76C-4B92-BB34-BDB5449F4F19</string>
</dict>
</array>
<key>itemsall</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>15</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>3614B607-B46E-4BC4-8096-9BA5CF5D9F55</string>
<key>buttonlabel</key>
<string>Back track</string>
<key>itemuid</key>
<string>6A60496C-9D3C-4ED9-95F3-F8BE88A6E2FE</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>1</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>9709A0BF-F21B-4E05-9D54-93EBFD3CD6E8</string>
<key>buttonlabel</key>
<string>Play or Pause</string>
<key>itemuid</key>
<string>3A13D2C9-F1E3-4990-B7D2-89ED756E026E</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>2</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>9D73BB97-2BF4-4472-A8AA-4E7890849D0B</string>
<key>buttonlabel</key>
<string>Next track</string>
<key>itemuid</key>
<string>8C721357-0281-4824-9E8C-73B0F85722B1</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>4</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>B0174B46-EBE2-4540-9186-4CCF5990134D</string>
<key>buttonlabel</key>
<string>Random album</string>
<key>itemuid</key>
<string>46B42D33-9250-4324-8D2A-31EB0E699642</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>8</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>08A475A0-4D98-4055-A077-A4240621005D</string>
<key>buttonlabel</key>
<string>Mute</string>
<key>itemuid</key>
<string>9BE58DF6-8A0E-4A13-BA2A-E7FCF4287F04</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>7</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>7D666652-A158-4B3A-B5C9-94386B467D3B</string>
<key>buttonlabel</key>
<string>Volume down</string>
<key>itemuid</key>
<string>89818861-F986-4E45-8C95-75601EBE12DF</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>6</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>BAAF3940-9DDB-4CAE-966E-B48A930CA657</string>
<key>buttonlabel</key>
<string>Volume up</string>
<key>itemuid</key>
<string>F3D3A356-1C02-46A0-A1A5-AAEE02E3187D</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>5</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>D4D0AC6D-796C-4096-B2FB-6BDF70DECD70</string>
<key>buttonlabel</key>
<string>Maximum volume</string>
<key>itemuid</key>
<string>FED66A6B-1B26-4D72-8208-C8921F94B335</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>14</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>3BCF6DC8-7ED1-4400-93DE-C91BC6528157</string>
<key>buttonlabel</key>
<string>Clear rating for current track</string>
<key>itemuid</key>
<string>D04B7487-9B7A-4A04-9277-A51B99DAD88B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>9</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>450629F8-3ECE-4B44-852E-A2A87FAF684E</string>
<key>buttonlabel</key>
<string>★ for current track</string>
<key>itemuid</key>
<string>6D451E2E-D116-4582-84A0-405F7FE4F7AF</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>11</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>364213BC-647A-41F8-916C-0DC6AA557B86</string>
<key>buttonlabel</key>
<string>★★★ for current track</string>
<key>itemuid</key>
<string>DF4586DF-5540-4641-AA8B-33E90757C407</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>command</key>
<integer>13</integer>
</dict>
<key>actionuid</key>
<string>remote.alfred.itunescommand</string>
<key>buttoniconid</key>
<string>A175FCEB-7B03-435E-9D1C-6097F665261B</string>
<key>buttonlabel</key>
<string>★★★★★ for current track</string>
<key>itemuid</key>
<string>FA7AF1A5-F76C-4B92-BB34-BDB5449F4F19</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
</array>
<key>subtitle</key>
<string>Control Music.app</string>
<key>title</key>
<string>Music Control</string>
</dict>
</plist>

View file

@ -0,0 +1,372 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>gridsize</key>
<integer>4</integer>
<key>hidelabels</key>
<false/>
<key>iconid</key>
<string>EAC41EFE-E03F-42F9-B01B-09834ED7AF0E</string>
<key>iconisuserspecified</key>
<true/>
<key>items</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.wikipedia.org</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>EC2CECFA-285C-4E5F-BA67-90D1B10C8D16</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>120F79D1-053B-436A-ABE3-0650F71E9342</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://twitter.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>D027C2E7-7ACC-4933-B074-BA4D4CA52AE8</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>7F6D58AC-8D3D-46D2-8841-D3308FDEFA3E</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.facebook.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>6FB134CE-4E10-43E8-A2F4-330F95643EA2</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>592A4E9A-0821-473C-8253-CA3122E257FE</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.youtube.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>49CBA6E9-EDFD-4643-8EAC-05CC16B91B78</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>9C4D2DBE-B269-48AA-90B8-8459FAC32829</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.apple.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>8929F5A7-2447-4A98-BAE2-82F81013F8E3</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>F30DDE2A-0C23-4FA2-8A4F-286952C8A1B8</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.bbc.co.uk/news</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>41519E90-2A8A-4357-A3CD-3524EAC0562B</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>BFE9B267-A9F9-4EEE-995A-3CA2D7407879</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.alfredapp.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>776D62FC-1F90-4E49-BB57-9AE68C494625</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>94EBF0A0-7EE8-476B-9E16-C0F82A93D404</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.alfredapp.com/help/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>BCE33ABB-7F9C-4588-B184-F4485E561FFE</string>
<key>buttonlabel</key>
<string>Alfred Support</string>
<key>itemuid</key>
<string>EC80AEB9-8A11-4C17-9C2B-453AE0E0BD39</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.alfredapp.com/shop/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>51D3F695-464F-4264-8B1D-19AAE4DF8E99</string>
<key>buttonlabel</key>
<string>Buy Alfred</string>
<key>itemuid</key>
<string>63D00AF6-BAE6-4812-8EFA-CEBCC4C959F6</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>resultsubtitle</key>
<string>Look for help on '{query}'</string>
<key>resulttitle</key>
<string>Search Alfred Help</string>
<key>spaces</key>
<string>+</string>
<key>url</key>
<string>https://www.alfredapp.com/search/?q={query}</string>
<key>utf8</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>DCED03D3-76C7-4F55-818F-E3CAA6E293F2</string>
<key>buttonlabel</key>
<string>Search Help</string>
<key>itemuid</key>
<string>5AEC9009-4FBC-4596-BCA0-75050FFFFD96</string>
</dict>
<dict/>
</array>
<key>itemsall</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.wikipedia.org</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>EC2CECFA-285C-4E5F-BA67-90D1B10C8D16</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>120F79D1-053B-436A-ABE3-0650F71E9342</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://twitter.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>D027C2E7-7ACC-4933-B074-BA4D4CA52AE8</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>7F6D58AC-8D3D-46D2-8841-D3308FDEFA3E</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.facebook.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>6FB134CE-4E10-43E8-A2F4-330F95643EA2</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>592A4E9A-0821-473C-8253-CA3122E257FE</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.youtube.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>49CBA6E9-EDFD-4643-8EAC-05CC16B91B78</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>9C4D2DBE-B269-48AA-90B8-8459FAC32829</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.apple.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>8929F5A7-2447-4A98-BAE2-82F81013F8E3</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>F30DDE2A-0C23-4FA2-8A4F-286952C8A1B8</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.bbc.co.uk/news</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>41519E90-2A8A-4357-A3CD-3524EAC0562B</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>BFE9B267-A9F9-4EEE-995A-3CA2D7407879</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.alfredapp.com</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>776D62FC-1F90-4E49-BB57-9AE68C494625</string>
<key>buttonlabel</key>
<string></string>
<key>itemuid</key>
<string>94EBF0A0-7EE8-476B-9E16-C0F82A93D404</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.alfredapp.com/help/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>BCE33ABB-7F9C-4588-B184-F4485E561FFE</string>
<key>buttonlabel</key>
<string>Alfred Support</string>
<key>itemuid</key>
<string>EC80AEB9-8A11-4C17-9C2B-453AE0E0BD39</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>url</key>
<string>https://www.alfredapp.com/shop/</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>51D3F695-464F-4264-8B1D-19AAE4DF8E99</string>
<key>buttonlabel</key>
<string>Buy Alfred</string>
<key>itemuid</key>
<string>63D00AF6-BAE6-4812-8EFA-CEBCC4C959F6</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>resultsubtitle</key>
<string>Look for help on '{query}'</string>
<key>resulttitle</key>
<string>Search Alfred Help</string>
<key>spaces</key>
<string>+</string>
<key>url</key>
<string>https://www.alfredapp.com/search/?q={query}</string>
<key>utf8</key>
<true/>
</dict>
<key>actionuid</key>
<string>remote.alfred.openurl</string>
<key>buttoniconid</key>
<string>DCED03D3-76C7-4F55-818F-E3CAA6E293F2</string>
<key>buttonlabel</key>
<string>Search Help</string>
<key>itemuid</key>
<string>5AEC9009-4FBC-4596-BCA0-75050FFFFD96</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
</array>
<key>subtitle</key>
<string>URLs and Custom Searches</string>
<key>title</key>
<string>Bookmarks</string>
</dict>
</plist>

View file

@ -0,0 +1,468 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>gridsize</key>
<integer>4</integer>
<key>hidelabels</key>
<false/>
<key>iconid</key>
<string>7C63B75F-E8AE-44D0-95DA-BB9A318F03F1</string>
<key>iconisuserspecified</key>
<true/>
<key>items</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Appearance.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>953B40B5-C903-4EE9-8038-6A5122142204</string>
<key>buttonlabel</key>
<string>Appearance.prefPane</string>
<key>itemuid</key>
<string>B26A0B28-70DC-4E15-AB8E-BE943D489AE3</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>77E0C240-F652-4AD9-AF67-930A0019D699</string>
<key>buttonlabel</key>
<string>DesktopScreenEffectsPref.prefPane</string>
<key>itemuid</key>
<string>9EF93D53-47DA-4A63-B2ED-92991425F45C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Dock.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>9DF272BF-7997-402D-A042-969DDD5E12F9</string>
<key>buttonlabel</key>
<string>Dock.prefPane</string>
<key>itemuid</key>
<string>8B5A40B1-6476-4EDC-ADA1-0F9301CBE207</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Security.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>57B6FBF7-FBD0-4025-A18A-08AE4BE061E1</string>
<key>buttonlabel</key>
<string>Security.prefPane</string>
<key>itemuid</key>
<string>73E2A14A-4072-4B55-9F84-97AF52791DA0</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Displays.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>93904FA6-C2AC-4991-A539-93FF27174789</string>
<key>buttonlabel</key>
<string>Displays.prefPane</string>
<key>itemuid</key>
<string>EEED5BA0-D028-49C9-8177-A5F9F24DA7D1</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/EnergySaver.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>EADFF19E-0813-44AF-BA4E-1276426D58F2</string>
<key>buttonlabel</key>
<string>EnergySaver.prefPane</string>
<key>itemuid</key>
<string>4AEC70A4-3853-405B-8740-DF0F645C2DC5</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/PrintAndScan.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>50A3174C-19C7-49C6-B325-2CD6B48BAC9D</string>
<key>buttonlabel</key>
<string>PrintAndScan.prefPane</string>
<key>itemuid</key>
<string>95AAA4CB-92E7-45D6-8563-C8D958435683</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Sound.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>01A8BB39-FD5F-4C7B-AC26-BF00E7DEF50E</string>
<key>buttonlabel</key>
<string>Sound.prefPane</string>
<key>itemuid</key>
<string>19B7851E-601A-444A-87DF-9C68E37527D2</string>
</dict>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Network.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>8B5CB448-EA6C-4EEA-B53A-CC38824FEF7D</string>
<key>buttonlabel</key>
<string>Network.prefPane</string>
<key>itemuid</key>
<string>863316F8-06F3-4E6B-BDF6-91DD0A290B7B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Bluetooth.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>7CD41A6B-4F26-4709-9B3F-90D5B982933E</string>
<key>buttonlabel</key>
<string>Bluetooth.prefPane</string>
<key>itemuid</key>
<string>247EC67B-39D6-4CAF-BDFF-901B6BB676E1</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/SharingPref.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>10218247-AF55-40E5-8973-30E90A28EFB8</string>
<key>buttonlabel</key>
<string>SharingPref.prefPane</string>
<key>itemuid</key>
<string>B32AAA92-DD35-458F-AF23-1BA9F6DED904</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Accounts.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>C42A8CF3-6B21-4D83-A765-80921865AA0C</string>
<key>buttonlabel</key>
<string>Accounts.prefPane</string>
<key>itemuid</key>
<string>132FFACD-D567-4057-9964-B03D7BFD129A</string>
</dict>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/DateAndTime.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>D994AD4F-8240-4A87-B7EA-55D9D5D6EB94</string>
<key>buttonlabel</key>
<string>DateAndTime.prefPane</string>
<key>itemuid</key>
<string>C1875E88-52C2-4198-811A-F0CB4E376C4F</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/TimeMachine.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>4742A6FD-76B1-4556-8697-44C376E31043</string>
<key>buttonlabel</key>
<string>TimeMachine.prefPane</string>
<key>itemuid</key>
<string>A271BAC0-492A-4BFA-A28E-A9F9F4AE76CF</string>
</dict>
</array>
<key>itemsall</key>
<array>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Appearance.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>953B40B5-C903-4EE9-8038-6A5122142204</string>
<key>buttonlabel</key>
<string>Appearance.prefPane</string>
<key>itemuid</key>
<string>B26A0B28-70DC-4E15-AB8E-BE943D489AE3</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>77E0C240-F652-4AD9-AF67-930A0019D699</string>
<key>buttonlabel</key>
<string>DesktopScreenEffectsPref.prefPane</string>
<key>itemuid</key>
<string>9EF93D53-47DA-4A63-B2ED-92991425F45C</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Dock.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>9DF272BF-7997-402D-A042-969DDD5E12F9</string>
<key>buttonlabel</key>
<string>Dock.prefPane</string>
<key>itemuid</key>
<string>8B5A40B1-6476-4EDC-ADA1-0F9301CBE207</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Security.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>57B6FBF7-FBD0-4025-A18A-08AE4BE061E1</string>
<key>buttonlabel</key>
<string>Security.prefPane</string>
<key>itemuid</key>
<string>73E2A14A-4072-4B55-9F84-97AF52791DA0</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Displays.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>93904FA6-C2AC-4991-A539-93FF27174789</string>
<key>buttonlabel</key>
<string>Displays.prefPane</string>
<key>itemuid</key>
<string>EEED5BA0-D028-49C9-8177-A5F9F24DA7D1</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/EnergySaver.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>EADFF19E-0813-44AF-BA4E-1276426D58F2</string>
<key>buttonlabel</key>
<string>EnergySaver.prefPane</string>
<key>itemuid</key>
<string>4AEC70A4-3853-405B-8740-DF0F645C2DC5</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/PrintAndScan.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>50A3174C-19C7-49C6-B325-2CD6B48BAC9D</string>
<key>buttonlabel</key>
<string>PrintAndScan.prefPane</string>
<key>itemuid</key>
<string>95AAA4CB-92E7-45D6-8563-C8D958435683</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Sound.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>01A8BB39-FD5F-4C7B-AC26-BF00E7DEF50E</string>
<key>buttonlabel</key>
<string>Sound.prefPane</string>
<key>itemuid</key>
<string>19B7851E-601A-444A-87DF-9C68E37527D2</string>
</dict>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Network.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>8B5CB448-EA6C-4EEA-B53A-CC38824FEF7D</string>
<key>buttonlabel</key>
<string>Network.prefPane</string>
<key>itemuid</key>
<string>863316F8-06F3-4E6B-BDF6-91DD0A290B7B</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Bluetooth.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>7CD41A6B-4F26-4709-9B3F-90D5B982933E</string>
<key>buttonlabel</key>
<string>Bluetooth.prefPane</string>
<key>itemuid</key>
<string>247EC67B-39D6-4CAF-BDFF-901B6BB676E1</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/SharingPref.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>10218247-AF55-40E5-8973-30E90A28EFB8</string>
<key>buttonlabel</key>
<string>SharingPref.prefPane</string>
<key>itemuid</key>
<string>B32AAA92-DD35-458F-AF23-1BA9F6DED904</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/Accounts.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>C42A8CF3-6B21-4D83-A765-80921865AA0C</string>
<key>buttonlabel</key>
<string>Accounts.prefPane</string>
<key>itemuid</key>
<string>132FFACD-D567-4057-9964-B03D7BFD129A</string>
</dict>
<dict/>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/DateAndTime.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>D994AD4F-8240-4A87-B7EA-55D9D5D6EB94</string>
<key>buttonlabel</key>
<string>DateAndTime.prefPane</string>
<key>itemuid</key>
<string>C1875E88-52C2-4198-811A-F0CB4E376C4F</string>
</dict>
<dict>
<key>actionconfig</key>
<dict>
<key>path</key>
<string>/System/Library/PreferencePanes/TimeMachine.prefPane</string>
</dict>
<key>actionuid</key>
<string>remote.alfred.launchfile</string>
<key>buttoniconid</key>
<string>4742A6FD-76B1-4556-8697-44C376E31043</string>
<key>buttonlabel</key>
<string>TimeMachine.prefPane</string>
<key>itemuid</key>
<string>A271BAC0-492A-4BFA-A28E-A9F9F4AE76CF</string>
</dict>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
<dict/>
</array>
<key>subtitle</key>
<string>Launch macOS Preferences</string>
<key>title</key>
<string>Preferences</string>
</dict>
</plist>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>pages</key>
<array>
<string>481D8B47-3B66-4B5C-8EF2-76F8D8AB83EC</string>
<string>3D35BF6F-B96E-455D-A139-7D182B94D8F3</string>
<string>D4DBBADC-C1D0-4BE5-A864-FD34E266D786</string>
<string>2BBA183A-CB81-4605-8168-1D5E2A787AC8</string>
<string>CEC7274C-3101-4253-82CE-0A56B461CA6D</string>
<string>C85F3579-5652-45DC-870A-89322E642E53</string>
</array>
<key>uid</key>
<string>D2421A13-039E-4C26-BB85-C82E0641CB91</string>
</dict>
</plist>

View file

@ -0,0 +1,226 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>me.erynwells.alfred.rot13</string>
<key>category</key>
<string>Tools</string>
<key>connections</key>
<dict>
<key>2A9A789F-73FE-4EC7-A4BB-C3DF2F754B31</key>
<array>
<dict>
<key>destinationuid</key>
<string>2BE12284-F92E-4AA6-8DD3-056ACFA0808B</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
<key>2BE12284-F92E-4AA6-8DD3-056ACFA0808B</key>
<array>
<dict>
<key>destinationuid</key>
<string>FD58018C-DC39-4396-A00F-A04372220916</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
<dict>
<key>destinationuid</key>
<string>3CBC84E4-3CD7-4FBE-9894-D50A0783E8ED</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
<key>591CAE39-3AC8-4EA2-9AE5-BECEBD018D86</key>
<array>
<dict>
<key>destinationuid</key>
<string>2BE12284-F92E-4AA6-8DD3-056ACFA0808B</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Eryn Wells</string>
<key>description</key>
<string>rot13 encode the input</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>rot13</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>0</integer>
<key>keyword</key>
<string>rot13</string>
<key>subtext</key>
<string>Rot13 encode "{query}"</string>
<key>text</key>
<string>Rot13</string>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>2A9A789F-73FE-4EC7-A4BB-C3DF2F754B31</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>echo "$@" | tr a-zA-Z n-za-mN-ZA-M</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>type</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
<key>uid</key>
<string>2BE12284-F92E-4AA6-8DD3-056ACFA0808B</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<true/>
<key>clipboardtext</key>
<string></string>
<key>transient</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.output.clipboard</string>
<key>uid</key>
<string>FD58018C-DC39-4396-A00F-A04372220916</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>lastpathcomponent</key>
<false/>
<key>onlyshowifquerypopulated</key>
<true/>
<key>removeextension</key>
<false/>
<key>text</key>
<string>{query}</string>
<key>title</key>
<string>rot13</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
<key>uid</key>
<string>3CBC84E4-3CD7-4FBE-9894-D50A0783E8ED</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>action</key>
<integer>0</integer>
<key>argument</key>
<integer>1</integer>
<key>focusedappvariable</key>
<false/>
<key>focusedappvariablename</key>
<string></string>
<key>leftcursor</key>
<false/>
<key>modsmode</key>
<integer>0</integer>
<key>relatedAppsMode</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.trigger.hotkey</string>
<key>uid</key>
<string>591CAE39-3AC8-4EA2-9AE5-BECEBD018D86</string>
<key>version</key>
<integer>2</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>2A9A789F-73FE-4EC7-A4BB-C3DF2F754B31</key>
<dict>
<key>xpos</key>
<integer>40</integer>
<key>ypos</key>
<integer>50</integer>
</dict>
<key>2BE12284-F92E-4AA6-8DD3-056ACFA0808B</key>
<dict>
<key>xpos</key>
<integer>230</integer>
<key>ypos</key>
<integer>50</integer>
</dict>
<key>3CBC84E4-3CD7-4FBE-9894-D50A0783E8ED</key>
<dict>
<key>xpos</key>
<integer>410</integer>
<key>ypos</key>
<integer>170</integer>
</dict>
<key>591CAE39-3AC8-4EA2-9AE5-BECEBD018D86</key>
<dict>
<key>xpos</key>
<integer>40</integer>
<key>ypos</key>
<integer>175</integer>
</dict>
<key>FD58018C-DC39-4396-A00F-A04372220916</key>
<dict>
<key>xpos</key>
<integer>410</integer>
<key>ypos</key>
<integer>50</integer>
</dict>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.0</string>
<key>webaddress</key>
<string>https://www.erynwells.me</string>
</dict>
</plist>

Some files were not shown because too many files have changed in this diff Show more