Go to file
Derek Taylor 279f4e4950 Adding smaller screenshots for org README's. 2020-07-17 21:04:25 -05:00
.config Adding keybinding table to README.org 2020-07-17 20:31:30 -05:00
.dmenu Minor edits. 2020-07-11 11:37:20 -05:00
.doom.d Making my XMonad one config again, this time as README.org 2020-07-17 18:19:03 -05:00
.dwm Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom. 2020-05-13 12:36:34 -05:00
.emacs.d Minor edits. 2020-07-11 11:37:20 -05:00
.fvwm Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.i3 Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom. 2020-05-13 12:36:34 -05:00
.jwm/menus Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.local Fixed my bad spelling. 2020-03-21 19:58:53 -05:00
.moc Minor changes 2020-04-13 16:51:07 -05:00
.ncmpcpp Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.screenshots Adding smaller screenshots for org README's. 2020-07-17 21:04:25 -05:00
.surf Pushing example xmonad configs. 2020-07-04 11:36:50 -05:00
.xmonad Adding keybinding table to README.org 2020-07-17 21:03:24 -05:00
dwmblocks 1. Qtile panel theme with images, 2. Adding to Neovim config. 2020-04-09 19:31:18 -05:00
.Xresources Minor edits. 2020-05-24 21:27:19 -05:00
.bashrc Deleting some files. 2020-07-17 20:01:04 -05:00
.jwmrc Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.jwmrc-mjwm Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.lynx.cfg Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.lynx.lss Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.spectrwm.conf Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom. 2020-05-13 12:36:34 -05:00
.vimrc Setting up vim language to EN so there is no unexpected chinese character 2020-06-28 21:36:07 +00:00
.zshrc Updating Doom Emacs. 2020-06-19 22:43:40 -05:00
LICENSE Add LICENSE 2019-01-17 22:13:12 +00:00
README.md Pulling then pushing. 2020-02-16 23:15:06 -06:00
baraction.sh Fixing spectrwm config. 2020-04-20 08:28:19 -05:00
macho-gui.sh Adding macho man scripts. 2020-07-11 17:57:38 -05:00
macho.sh Adding macho man scripts. 2020-07-11 17:57:38 -05:00

README.md

Dotfiles

Screenshot of my desktop Dotfiles are the customization files that are used to personalize your Linux or other Unix-based system. You can tell that a file is a dotfile because the name of the file will begin with a period--a dot! The period at the beginning of a filename or directory name indicates that it is a hidden file or directory. This repository contains my personal dotfiles. They are stored here for convenience so that I may quickly access them on new machines or new installs. Also, others may find some of my configurations helpful in customizing their own dotfiles.

Who Am I?

I am Derek Taylor (DT), the creator of the DistroTube channel (also DT) on YouTube: ( https://www.youtube.com/c/DistroTube ). In my videos, I focus a lot of my attention on minimal window managers such as openbox, qtile, i3 and xmonad. Viewers of my channel will often ask me for my configuration files for those window managers or related programs, such as the tint2 panel or the polybar panel. This repository serves a triple function: (1) as a place to point viewers who ask me for my configs, (2) as a learning resource for those that wish to study my configs, and (3) as a backup and restore option for myself should the need arise.

How To Manage Your Own Dotfiles

There are a hundred ways to manage your dotfiles. My first suggestion would be to read up on the subject. A great place to start is "Your unofficial guide to dotfiles on GitHub": https://dotfiles.github.io/

Personally, I use the git bare repository method for managing my dotfiles: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

License

The files and scripts in this repository are licensed under the MIT License, which is a very permissive license allowing you to use, modify, copy, distribute, sell, give away, etc. the software. In other words, do what you want with it. The only requirement with the MIT License is that the license and copyright notice must be provided with the software.