.
├── .Xmodmap # remap Caps Lock to Control and viceversa
├── .Xresources # urxvt configuration
├── .config
│ ├── awesome # an awesome window manager
│ └── uzbl # a web browser that follows the UNIX philosophy
├── .gitconfig # git configuration
├── .hgrc # mercurial configuration
├── .inputrc # readline settings
├── .mcabberrc
├── .newsbeuter
│ ├── config # rss reader configuration
│ └── urls # feeds
├── .noserc # a test runner for Python
├── .pip
│ └── pip.conf # pip installs Python packages
├── .ssh
│ └── config # SSH configuration
├── .tmux.conf # terminal multiplexor
├── .tmuxinator # tmuxinator sessions
│ └── ...
├── .turses # a Twitter client for the console, check it out!
│ └── config
├── .urlview # scrapes URLs from mail
├── .vim
│ ├── bundle # plugin manager
│ └── syntax # syntax files for VIM
├── .vimrc # the programmer's editor
├── .xinitrc # launches X
├── .zsh
│ ├── aliases.zsh
│ ├── bindings.zsh # key bindings
│ ├── completion.zsh # autocompletion configuration
│ ├── environment.zsh # env variables
│ ├── settings.zsh # zsh settings
│ └── theme.zsh # ls colors, prompt, and moar
├── .zshrc # zsh configuration file
└── bin
└── randombg # a script for setting a random background
-
Notifications
You must be signed in to change notification settings - Fork 0
There is nothing like ~
License
christianr1337/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
There is nothing like ~
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published