Configuration files for my desktop and other devices I use
Go to file
David Todd d890c55e29 Add FreeRDP config
I'm not sure if it's a super great idea to include
known_hosts2, but it's not plaintext at least
2020-03-26 10:41:25 -05:00
bin restructuring 2020-03-25 14:26:51 -05:00
home Add FreeRDP config 2020-03-26 10:41:25 -05:00
internal_bin restructuring 2020-03-25 14:26:51 -05:00
omz Add newer version of zsh-syntax-highlighting 2020-03-24 14:46:09 -05:00
.gitignore ignore synergy config due to exposed serial 2020-03-26 10:39:59 -05:00
.gitmodules Add zsh-syntax-highlighting plugin 2019-05-24 13:11:03 -05:00
install.sh restructuring 2020-03-25 14:26:51 -05:00
LICENSE License Update 2018-02-10 23:32:15 -06:00
README.md install ntfy 2019-10-14 11:46:59 -05:00

Dotfiles!

Installation

  1. Optionally create ~/.dotfiles.postinst
  2. bash <(curl -sL https://dotfiles.online) (https://raw.githubusercontent.com/alopexc0de/dotfiles/master/install.sh)
  3. ????
  4. Profit

Distro auto-install

This feature will install the basic dependencies automatically if you approve at the prompt, assumes that you have sudo access.

Currently available for:

  • Arch/Manjaro Linux (pacman+yay)
  • Debian Linux (apt)

Dotfiles Postinstall

You may create a standard text file called .dotfiles.postinst in your home directory before installing. This file contains commands, one per line, that will be executed in order after the install script finishes. For example, you may want to add commands such as git config --global user.name "My Name" and git config --global user.email "me@my.email"

Customizing Dotfiles

  1. Fork this repo
  2. Update repourl inside install.sh to point to your own
  3. Make your changes
  4. Push to origin
  5. Install your new dotfiles everywhere

Dependencies

My dotfiles now include my personalized i3 configuration if you also run the i3wm.

Branch Info

This is the primary branch. It includes changes that should be included in most, if not all of the different configurations that may result of different system use.

For now, there is the master and macos The macos branch is mostly athestic changes and plugins chosen for my macbook.