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
4bd546e649
Remove vimbundles array from setup.sh
...
This array is no longer used.
2025-02-18 13:22:23 -08:00
4c9e58e179
Create a eryn
Python virtual environment in my home directory for local packages
2024-10-01 10:23:13 -07:00
75d455aa90
Ignore the Python directory in the setup script and install eryntools with pip
2024-03-05 11:09:24 -08:00
5898fe7381
Fix the Vim configuration in setup.sh
2023-03-20 13:50:05 -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
7344158c76
Update setup.sh
...
Handle .config specially
Update Vim plugin install to use newer syntax
2022-10-20 08:18:40 -07: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
390080cc72
[setup] Comment out command-t setup since I don't use it much...
2018-04-15 19:14:41 -07:00
91828acceb
Add LaunchAgents directory, ignore it in setup.sh, and add an offlineimap interval job
2018-04-13 16:36:56 -07:00
43bbbe2ea0
Add Colors directory; ignore it in setup.sh
2016-02-07 11:22:33 -08:00
db4965a2b4
Clean up vimbundles in setup.sh
2016-02-07 11:22:07 -08:00
cf8855b292
Remove OhMyZsh stuff from setup.sh
...
It has been commented out for ages now...
2016-02-07 11:21:38 -08:00
e9233cada5
[setup] Only need to clone Vundle now, the rest is managed by Vundle!
2015-02-04 08:45:54 -08:00
9b413a7a89
Update setup.sh: symlink bin directory
2014-09-02 09:37:45 -07:00
d4a0ebae62
Comment out command-t bundle
2014-02-11 16:12:17 -08:00
a11db44f43
Fix setup.sh: typos and such
2013-09-04 14:03:45 -07:00
ae88174526
Fix funcoo clone URL
2013-08-30 14:20:14 -07:00
b4aa59297e
Add dash and funcoo to Vim bundles
2013-04-14 11:17:15 -07:00
786774499e
Clone OMZ to ~/.oh-my-zsh
2013-01-31 14:10:22 -08:00
f40332b379
Add Oh My ZSH! dependency and make a few adjustments to accomodate
2013-01-23 11:11:52 -08:00
674cb85503
Add snipmate dependencies
2013-01-01 13:32:56 -08:00
de0915a6b3
Use garbas snipmate instead of msanders; the latter is abandoned
2012-11-15 13:15:53 -08:00
fcf0673722
Remove blackboard and fugitive plugins
2012-10-01 11:37:53 -07:00
28adee722e
Fix setup for command-t
2012-09-28 12:27:21 -07:00
09faeaf7ab
Set up command-t after clone
2012-08-08 10:23:58 -07:00
ea34b63123
Minor updates to output formatting in setup.sh
2012-08-08 10:23:58 -07:00
70be386c85
Clone Vim bundles into vim/bundles
...
Instead of using submodules, I'm having the setup script clone each bundle into
its own directory in vim/bundle. The dotfiles repo has a .gitignore file in that
directory which will ensure the directory exists, but nothing in it is tracked.
2012-08-08 10:23:58 -07:00
7347be9fe6
Move some stuff around in setup.sh
2012-04-23 15:02:41 -07:00
adb67b1741
Don't symlink the readme
2012-04-17 22:37:39 -07:00
ddfca13b5e
Fancy new setup.sh
...
With colors! And z shell! And ponies!
But seriously, it will now symlink all the files in the current directory and
print some nice messages about its progress.
2012-04-11 09:54:43 -07:00
1a0a9e2b1a
Merge branch 'master' of github.com:erynofwales/dotfiles
2012-03-21 10:07:46 -07:00
62814b49cf
Add mutt configs to setup.sh
2012-03-21 09:52:33 -07:00
89fee4cab3
Quote unquoted link commands. They will fail if the file name has a space.
2012-03-21 09:44:58 -07:00
4f1904cc05
Merge branch 'master' of github.com:erynofwales/dotfiles
...
Conflicts:
setup.sh
2012-03-14 17:36:41 -07:00
86eec915d6
Add tmux config
2012-03-14 13:59:10 -07:00
c40d2db165
Double quote all paths in setup script
...
Linux (Cygwin) doesn't like spaces in path names so setup.sh fails utterly on
Windows if you have a username with spaces in it. This change double quotes all
the ln and touch commands so space-addled paths are handled properly.
2012-02-24 21:54:52 -08:00
8799338169
Move some settings from profile to zshenv
...
.zshenv is run everytime a zsh instance is started, including subshells and the
like. Use this file, now, to set things like PATH and such that are used
frequently.
Add a setup symlink for .zshenv
2011-09-13 11:26:35 -07:00
Eryn Wells
01d194189c
Add irssi configs
2011-05-03 22:03:21 -07:00
Eryn Wells
662fe0334c
Initial commit
2011-05-03 21:53:50 -07:00