dotfiles

My dotfiles.
git clone git://git.ryanmj.xyz/dotfiles.git
Log | Files | Refs | LICENSE

README.org (759B)


      1 #+TITLE: Dotfiles
      2 #+AUTHOR: Ryan Jeffrey
      3 
      4 My dotfiles. My current setup is based on Arch Linux (which I use, btw), zsh for my shell, emacs as my text editor/userland replacement, and bspwm as my WM.
      5 
      6 I recommend symlinking the files to their proper place in order to use them: 
      7 
      8 #+begin_src shell
      9 # From this repo's directory
     10 ln -s $(pwd)/.emacs.d ~/.emacs.d
     11 ln -s $(pwd)/.config ~/.config
     12 #+end_src
     13 
     14 ..for example.
     15 
     16 Some of the files, such as the crontabs, need to be installed manually.
     17 
     18 * .zshrc
     19 ~.config/zsh~. This needs to be symlinked to ~~/.zshrc.~ Remember to change the pathnames depending on the username (ie /home/<name>).
     20 * Emacs
     21 ~init.el~ loads ~lisp/config.org~, which contains most of the configuration. My email and RSS configs are private.
     22 
     23