Go to file
Derek Taylor 105b8d24d7 Fixing spectrwm config. 2020-04-20 08:28:19 -05:00
.config Minor changes. 2020-04-16 12:02:18 -05:00
.dmenu Adding desc to qtile keybinds; Editing spectrwm bar. 2020-04-15 22:55:51 -05:00
.doom.d Adding new dmenu build. 2020-02-25 23:44:45 -06:00
.dwm Minor edits. 2020-03-28 16:56:37 -05:00
.emacs.d Some minor edits. 2019-12-24 20:07:44 -06:00
.fvwm Restructing the entire dotfile repo! 2019-01-15 15:27:01 -06:00
.i3 Pulling then pushing. 2020-02-16 23:15:06 -06: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
.newsboat Adding new urls to newsboat and adding opacity to newsboat in compton. 2019-02-20 13:52:18 -06:00
.screenshots Updated screenshot. 2020-04-16 12:10:29 -05:00
.surf Deleting some stuff. 2020-03-27 19:45:12 -05:00
.xmonad Playing with qtile's bar. 2020-04-10 00:17:48 -05:00
dwmblocks 1. Qtile panel theme with images, 2. Adding to Neovim config. 2020-04-09 19:31:18 -05:00
.Xresources Pulling then pushing. 2020-02-16 23:15:06 -06:00
.bashrc Minor changes. 2020-04-16 12:02:18 -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 Fixing spectrwm config. 2020-04-20 08:28:19 -05:00
.vimrc 1. Qtile panel theme with images, 2. Adding to Neovim config. 2020-04-09 19:31:18 -05:00
.zshrc Minor edits to the zshrc. 2020-04-11 20:09:19 -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
new.sh Some minor alterations. 2019-12-11 22:59:43 -06:00
org-mode-basics-in-doom-emacs.org Org Mode Basics 2020-02-24 08:02:12 -06: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.