jming422 / archcraft-config

My personal Archcraft Linux config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Archcraft Config

This is most of my config dotfiles for my personal Archcraft PC. Most of the configuration in here is forked from Archcraft's (awesome) defaults! Most of the rest of it is forked from my Mac config. I'm publishing this for my own use, but since there's nothing secret in it, I guess you can see it too if you like.

If this directory is cloned as ~/.config, then many of these configs will Just Work™. Some programs do not know how to look in ~/.config by default -- those files should be symlinked into their dotfile location in ~ (unless you feel like figuring out how to configure those programs to look in $XDG_CONFIG_HOME instead of $HOME, which I don't heh). For now, those files include:

  • bash_logout
  • bash_profile
  • bashrc
  • clojure
  • curlrc
  • gitconfig
  • gtkrc-2.0
  • profile
  • zshenv
  • zshrc

To symlink one, cd to ~ and then do something like ln -s .config/bashrc .bashrc

Login keyring stuff

About

My personal Archcraft Linux config files


Languages

Language:Shell 87.5%Language:Python 6.0%Language:Emacs Lisp 5.2%Language:Perl 1.2%Language:CSS 0.1%