My personal linux config files, along w/ two scripts (wireup and unwire) to install and uninstall them. Still in a newish phase.
My shell aliases. It's specifically named .bash_aliases
, but should probably
be universal. Standard ls
stuff, some things for misspellings, and a few
common commands.
A standard (source?) bashrc that I've taken and modified to my liking. Note the history env variables and PS1 framework
My personal exacutables folder. A number of scripts i've written to do things around the house, along with some wrappers for games and such.
Just my local gitconfig file. As you can see, I like vim.
A bash script that git distributes to add some git info to your PS1
My inputrc
file. Vi-mode, plus clear-screen and tab-completion. Simple stuff.
(source?)'s standard bash_logout
file.
(source?)'s standard profile, with an executables folder and a place to put python modules.
As of yet, a single python module that I use in a couple of scripts.
This file.
top
's generated rc file with my settings. don't really use this anymore in
favor of htop
, but whatever.
A script to remove
- the symlinks to these files
- whatever files are there before installing
My vimrc file. Started out as the sample one, added in my set
tings and some
map
pings. Most prominently, mapped jk to <esc>
in insert mode and : to open
the command window.
A script to install these config files.
enable scrolling, set my shell, and possibly change the escape character for
screen
this repo also contains a few other random files that I make use of when setting up a new computer; for instance, i have a script that configures a vim build system to compile with a few preferences.