Go to file
Dominic Adamson 130943948b XDG compliant i3 2021-03-20 08:05:38 -06:00
.config XDG compliant i3 2021-03-20 08:05:38 -06:00
.fvwm Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.jwm/menus Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.local Edits for mu4e. 2020-12-18 10:24:49 -06: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 new scrot. 2020-12-26 14:26:12 -06:00
.surf Minor edits. 2021-01-17 17:15:26 -06:00
.xmonad Xmonad updates 2021-02-26 00:26:50 -06:00
.Xresources Updating dotfiles. 2020-09-29 16:28:27 -05:00
.bashrc Replaced navigation aliases with up() function 2021-03-09 22:13:12 -08: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
.vimrc Fixing my vimrc to match nvim config. 2021-03-09 13:25:31 -06:00
.zshrc Adding key chords to qtile. 2021-03-10 20:41:20 -06:00
LICENSE Add LICENSE 2019-01-17 22:13:12 +00:00
README.org Fixing some links 2020-07-18 18:12:59 -05: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.org

DT's Dotfiles

What Are Dotfiles?

Desktop Scrot
Desktop Scrot

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 perioda 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.

My Window Manager Configs

(*) = links to another repository of mine

Other Popular Configs Of Mine

(*) = links to another repository of mine

Who Am I?

DT Logo
DT Logo

I am Derek Taylor (DT), the creator of the DistroTube channel (also DT) on YouTube. In my videos, I focus a lot of my attention on minimal window managers such as openbox, dwm, qtile, i3 and xmonad. I also focus heavily on command line programs and extensible text editors such as Vim and Emacs. Viewers of my channel will often ask me for my configuration files for these programs. 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.
  3. As a backup and restore option for myself should the need arise.

DistroTube Links

Want to chat?

  • Look for DistroTube's server on Discord.
  • Also, checkout out #distrotube on the Freenode network on IRC.

How To Manage Your Own Dotfiles

There are a hundred ways to manage your dotfiles. Personally, I use the git bare repository method for managing my dotfiles. Here is an article about this method of managing your dotfiles: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/">https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

Other articles discussing dotfile management are listed below:

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.