No description
Find a file
2022-07-28 08:51:45 -05:00
.config Several cleanup items and new color schemes. 2022-07-28 08:51:45 -05:00
.local/share/nvim/site Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.startup Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
docs Initializing my dotfiles and some basic documentation and scripts. 2022-01-10 22:29:52 -06:00
.bashrc Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.gitconfig Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.gitignore Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.profile Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.xinitrc Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.Xresources Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
.zshrc Switched to Lua in Neovim. Added ZSH. Updated installation script. 2022-07-03 17:37:47 -05:00
install.sh Switched to Lua in Neovim. Added ZSH. Updated installation script. 2022-07-03 17:37:47 -05:00
LICENSE Added the MIT license. 2022-01-10 22:30:38 -06:00
README.md Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00
setup-directories.sh Complete rework of this repository to mirror my home directory. Now with a drastically better installation script. Took ownership over startup options sourced in bashrc. 2022-05-06 22:23:52 -05:00

dotfiles

These are my dotfiles and high-level information regarding my computer setup. It's largely built for me as the primary consumer and not as a general source for others. That being said, if you want to use them, go for it. I recommend reading the files as I try to include at least minimal documentation.

Usage

$ cd ~
$ git clone git@git.sr.ht:~eidolon/dotfiles
$ cd dotfiles
$ ./setup-directories.sh
$ ./install.sh --auto-backup

Documentation

  • Fonts: Fonts that I use regularly.
  • Utilities: List of utilities I use.
  • Programming: List of programming languages/tools I use.