GitXplorerGitXplorer
m

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
183cca735ceb09639bb500b1afe22debb3e2426f

adding brewcleaner config file

mmattberther committed a month ago
Unverified
623971d2b70c508cf9242e529e5c1ca55beeb337

remove auto update prompt in oh-my-zsh

mmattberther committed 6 months ago
Unverified
2382c51e0bf977290a0b8dd7d1ebe628c3247511

using default name for Brewfile

mmattberther committed 6 months ago
Unverified
8d3be8a1a79933be943c8e08eb77c4f795de8af7

remove termguicolors set for vim

mmattberther committed 6 months ago
Unverified
ee2626beebdcf3c09d0fc86c0b2d29b37d2accc2

updating brewfile with default app changes

mmattberther committed 6 months ago
Unverified
58e56b5649c5e2a655f95410750688e80748c8eb

remove docker plugin on mac-mberther workstation

mmattberther committed 7 months ago

README

The README file for this repository.

Installing chezmoi

The dotfiles in this repository are managed with chezmoi. Install chezmoi with:

$ sh -c "$(curl -fsLS git.io/chezmoi)" -- -b ~/.local/bin init --apply <github-username>

Initial setup

$ apt install zsh tmux
$ chsh -s $(which zsh)
$ curl -sfL git.io/antibody | sudo sh -s - -b /usr/local/bin
$ antibody bundle < ~/.local/share/chezmoi/zsh_plugins.txt > ~/.zsh_plugins.sh

Initial vim setup

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim

:PluginInstall

Initial tmux setup

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
$ tmux new

<prefix>-I