Browse Source

$PATH tweaks, readme update

externality
Brennen Bearnes 7 years ago
parent
commit
2ff17cf369
4 changed files with 26 additions and 19 deletions
  1. +16
    -15
      README.md
  2. +1
    -1
      home/.Xresources
  3. +4
    -3
      home/.sh_common
  4. +5
    -0
      home/.xinitrc

+ 16
- 15
README.md View File

@ -14,29 +14,30 @@ be relevant.
status
------
As of October 2016, most of this collection is actively maintained, although it
doesn't meet the standards of quality, consistency, or documentation you might
quite reasonably want from a real software project.
As of February 2017, most of this collection is actively maintained, although
it doesn't meet the standards of quality, consistency, or documentation you
might want from a real software project.
(Then again, neither do most software projects.)
sources
-------
I thief ideas and bits of configuration from the following people and projects:
I routinely thief ideas and bits of configuration from the following projects
and people:
- [Advanced Bash Scripting Guide][bash-guide], Mendel Cooper
- [Alan][alan]
- [ArchWiki][archwiki]
- [Ben][ben]
- [Casey][casey]
- [Chris][chris]
- [Christian][christian]
- [Dave][dave]
- [Leah][leah]
- [Learn Vimscript the Hard Way][vimscript], Steve Losh
- [Rob][rob]
- [Todd][todd]
- [Tyler][tyler]
- [Learn Vimscript the Hard Way][vimscript], Steve Losh
- [Advanced Bash Scripting Guide][bash-guide], Mendel Cooper
- [ArchWiki][archwiki]
contents
--------
@ -144,18 +145,18 @@ building a debian package for dependencies
See instructions in [ns-control](ns-control).
[userland]: https://p1k3.com/userland-book/
[vundle]: https://github.com/VundleVim/Vundle.vim
[alan]: https://github.com/acg
[archwiki]: https://wiki.archlinux.org/
[bash-guide]: http://www.tldp.org/LDP/abs/html/
[ben]: https://github.com/benlemasurier
[casey]: https://github.com/caseydentinger/
[chris]: https://github.com/frencil
[christian]: http://chneukirchen.org/blog/
[dave]: https://stilldavid.com/
[casey]: https://github.com/caseydentinger/
[leah]: https://github.com/chneukirchen/
[rob]: https://github.com/robacarp/
[todd]: https://uniontownlabs.org/
[tyler]: https://tylercipriani.com/
[xmonad]: http://xmonad.org/
[userland]: https://p1k3.com/userland-book/
[vimscript]: http://learnvimscriptthehardway.stevelosh.com/
[bash-guide]: http://www.tldp.org/LDP/abs/html/
[archwiki]: https://wiki.archlinux.org/
[vundle]: https://github.com/VundleVim/Vundle.vim
[xmonad]: http://xmonad.org/

+ 1
- 1
home/.Xresources View File

@ -1,4 +1,4 @@
https://lists.debian.org/debian-user/2005/09/msg01385.html
! https://lists.debian.org/debian-user/2005/09/msg01385.html
urxvt*buffered: true
urxvt*cursorBlink: true
urxvt*underlineColor: yellow


+ 4
- 3
home/.sh_common View File

@ -3,12 +3,13 @@
# - a custom Firefox install
# - some bin dirs in my homedir
# - golang
# - some Chef bullshit
# - ansible
#
# Beware that other modifications to path might be made in .zshrc or .bashrc
# - and that _probably_ this should live somewhere that sets the environment for
# the entire X session. It's a tangled mess which certainly warrants a TODO.
export GOPATH=~/code/go
export PATH=~/code/ansible/bin:~/firefox:~/bin:~/.xmonad:/usr/local/bin:~/.local/bin/:$PATH:$GOPATH/bin:~/.chefdk/gem/ruby/2.3.0/bin
export PATH=~/firefox:~/bin:~/notes/bin:~/.xmonad:/usr/local/bin:~/.local/bin/:$PATH:$GOPATH/bin
# Needed for ansible - wouldn't surprise me if this interfered with other
# things:


+ 5
- 0
home/.xinitrc View File

@ -14,8 +14,13 @@ has?() {
command -v "$1" > /dev/null 2>&1
}
echo `date` > "/home/brennen/xinitrc_called"
# Make sure "$HOME/bin" is in path
prepend_to_path "$HOME/bin"
prepend_to_path "$HOME/firefox"
prepend_to_path "$HOME/notes/bin"
prepend_to_path "$HOME/.xmonad"
# Local Hacks {{{
XRDB_OPTIONS=''


|||||||
x
 
000:0
Loading…
Cancel
Save