Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-27 | stuff | Luke Shumaker | |
2012-10-15 | Use XDG for bash, remove alsa, clean up bash & profile, add CACHEDIR.TAG | Luke Shumaker | |
.profile: fix up | |||
2012-09-24 | .profile: only set java.io.tmpdir if $TMPDIR is set | Luke Shumaker | |
2012-09-19 | .profile: use `uname -m` instead of `arch` | Luke Shumaker | |
2012-08-22 | Merge branch 'master' of git://gitorious.org/lukeshu-dotfiles/lukeshu-dotfiles | Luke Shumaker | |
2012-08-22 | add .prefix.`arch` and .local.`arch` directories | Luke Shumaker | |
2012-08-21 | Merge branch 'master' into hp-dv6426us-par | Luke Shumaker | |
Conflicts: .emacs.d/custom.el | |||
2012-08-13 | dbus-launch in .profile | Luke Shumaker | |
2012-08-13 | teach java about $TMPDIR | Luke Shumaker | |
2012-05-30 | Merge branch 'master' into work-fc17 | Luke Shumaker | |
2012-05-30 | Don't set TMPDIR anymore | Luke Shumaker | |
2012-05-30 | Fedora 17 does *not* like it if I override it's XAUTHORITY | Luke Shumaker | |
2012-05-22 | add $HOME/.local/bin to PATH if it exists | Luke Shumaker | |
2012-05-21 | redo alsa stuff | Luke Shumaker | |
2012-03-13 | clean up .profile (mostly comment, add XAUTHORITY) | Luke Shumaker | |
2011-12-31 | update | Luke Shumaker | |
2011-11-27 | fix typo in .profile | Luke Shumaker | |
2011-11-16 | Merge branch 'master' of git://gitorious.org/lukeshu-dotfiles/lukeshu-dotfiles | Luke Shumaker | |
Conflicts: .bashrc .profile | |||
2011-11-13 | oops, `[' needs whitespace before `]' | Luke Shumaker | |
2011-11-11 | Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles | Luke Shumaker | |
Conflicts: .crontab | |||
2011-11-11 | move daemon-starting into a separate file, do it in .profile (and .bashrc) | Luke Shumaker | |
2011-11-02 | Add $HOME/.prefix/lib to $RUBYLIB, if it exists | Luke Shumaker | |
2011-10-21 | Add the user's rubygems bin to $PATH, if it exists | Luke Shumaker | |
2011-10-21 | Some systems *cough*CentOS6*cough* want you to add $HOME/bin to $PATH in ↵ | Luke Shumaker | |
your .profile/.bash_profile, not /etc/profile. | |||
2011-10-16 | only run alsactl in .profile if it exists. | Luke Shumaker | |
2011-07-02 | Handle errors more intelligently | Luke Shumaker | |
2011-07-02 | I should do a better job of making sure things work first. | Luke Shumaker | |
* .profile: move daemon-starting commands back into... * .bashrc: * Makefile: fix errors | |||
2011-07-02 | A bunch of different, small things | Luke Shumaker | |
* .bash_aliases: fix hardcoded location of dircolors * .bashrc: move daemon-starting to... * .profile: * .wl: set up SMTP, increase folder-window-width * .crontab: run make every 5 min. * .emacs: o load php-mode-improved, mmm-mode, dtrt-indent, folding o set default theme to color-theme-ttyp-dark (override for X11) o (setq default indent-tabs-mode t) o set up flymake for PHP * .git.info.exclude: ignore .bogofilter/* * .maildirproc/default.rc: tweak filters | |||
2011-07-02 | Save/Load the alsa state from .alsa.save | Luke Shumaker | |
* .profile: load .alsa.save on login * .bash_logout: save the stat on logout * Makefile: save the state * .git.info.exclude: ignore .alsa.save | |||
2011-05-28 | Make things more robust, I'm no longer on just Ubuntu. | Luke Shumaker | |
2011-05-17 | Fiddle with emacs config (when to use -n, -c), get emacs using el-get. | Luke Shumaker | |
2011-05-13 | Make it so that editor can be called without a filename or other argument | Luke Shumaker | |
2011-04-15 | Fiddle with the default editor | Luke Shumaker | |
Start tracking .selected editor, make use of this in .profile. Create the v-editor script, which calls either $VISUAL, $EDITOR, or $SELECTED editor, depending. Symlink `v-editor' to `editor', to overide /bin/editor, which might be used by some stupid programs. | |||
2011-04-14 | Whoa! The desktop had a way better .profile on it, use that | Luke Shumaker | |
2011-04-14 | Fiddle with .profile, add a v-www-browser script, configure browse-url in .emacs | Luke Shumaker | |
Move login-stuff from `.bashrc' to `.profile', which loads `.bashrc' if it is a bash shell (hopefully). Add `.Xsession', wich includes `.profile'. `bin/v-www-browser' (technically not a dotfile), is a script that loads either www-browser or x-www-browser, depending on if we're using X11 or not (really, whether $DISPLAY is set). `.emacs' was edited to have browse-url run v-www-browser instead of www-browser. |