Configuration files for my desktop and other devices I use
278723b277
Semantic change Also I think the read problem was because of my VM, going to persue this further in virtualbox instead of parallels |
||
---|---|---|
omz/themes | ||
shell | ||
.gitignore | ||
check_for_upgrade.sh | ||
gitconfig | ||
install.sh | ||
LICENSE | ||
README.md | ||
tmux.conf | ||
upgrade.sh | ||
vimrc |
Dotfiles!
Installation
- Optionally create ~/.dotfiles.postinst
curl -sL https://raw.githubusercontent.com/alopexc0de/dotfiles/master/install.sh | bash
- ????
- Profit
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
- Fork this repo
- Update
repourl
inside install.sh to point to your own - Make your changes
- Push to origin
- Install your new dotfiles everywhere
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.