Configuration files for my desktop and other devices I use
Go to file
David Todd bf4ddbba24 Add Configure OhMyZSH to not clobber 2021-01-12 14:18:33 -06:00
.config fix select and edit screenshot 2021-01-11 16:56:28 -06:00
bin update build-i3-config 2021-01-11 22:29:38 -06:00
omz Add newer version of zsh-syntax-highlighting 2020-03-24 14:46:09 -05:00
shell better variables 2021-01-12 14:10:06 -06:00
.editorconfig add editorconfig 2021-01-11 14:15:03 -06:00
.gitignore clean up gitignore 2021-01-11 16:46:04 -06:00
.gitmodules Add zsh-syntax-highlighting plugin 2019-05-24 13:11:03 -05:00
LICENSE start cleaning up directory structure 2021-01-11 13:51:46 -06:00
README.md update readme 2020-03-26 16:31:39 -05:00
check_for_upgrade.sh Move the update scripts to root of repo 2021-01-11 22:20:28 -06:00
generate_pacman.lst.sh improve generate pacman.lst script 2021-01-12 13:56:08 -06:00
install.sh Add Configure OhMyZSH to not clobber 2021-01-12 14:18:33 -06:00
pacman.lst Track installed packages 2021-01-12 09:31:16 -06:00
pacman_aur.lst improve generate pacman.lst script 2021-01-12 13:56:08 -06:00
upgrade.sh Move the update scripts to root of repo 2021-01-11 22:20:28 -06:00

README.md

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.

These are pretty out of date like the dependencies list below. Your milage may vary if you choose to use the auto-install

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. This is a bit outdated, so you can err on the side of caution and install other stuff as it's needed

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 are the master, macos and workpc branches.

The workpc branch contains a lot of configuration from a base Manjaro install