dotfiles

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

Dotfiles

go

This repository currently holds two different things:

  1. the configuration of my personal dotfiles setup
  2. the source code for a general purpose dotfiles management tool written in Go.

You can use the the dotfile tool yourself to manage your setup. See the config.toml on how to use it.

Get the tool by either running it with go

go run github.com/jan-xyz/dotfiles install

or by downloading the pre-compiled binary

export version=0.2.2
curl -L https://github.com/jan-xyz/Dotfiles/releases/download/v${version}/dotfiles-Darwin-x86_64.gz | gzip -N -d > dotfiles-${version}
chmod +x ./dotfiles-${version}
./dotfiles-${version} install

configuration for

  • neovim
  • zsh
  • iterm2
  • vscode
  • homebrew
  • mac app store
  • system preferences

install

./install.sh

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package dotfiles contains implementations for various tools and preferences which can be configured with the tool.
Package dotfiles contains implementations for various tools and preferences which can be configured with the tool.
cmd
Package cmd includes the runtime setup and configuration so that the dotfiles package can be used from the command line
Package cmd includes the runtime setup and configuration so that the dotfiles package can be used from the command line

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL