Browse Source

Update dotbot

ubuntu_ci
Ein Verne 3 years ago
parent
commit
93d5fe7fdc
  1. 6
      .gitmodules
  2. 6
      Makefile
  3. 5
      README.md
  4. 6
      config/install.conf.yml
  5. 1
      dotbot-apt-get
  6. 1
      dotbot-snap

6
.gitmodules vendored

@ -8,3 +8,9 @@
[submodule "dotbot-asdf"]
path = dotbot-asdf
url = https://github.com/sobolevn/dotbot-asdf.git
[submodule "dotbot-apt-get"]
path = dotbot-apt-get
url = https://github.com/rubenvereecken/dotbot-apt-get
[submodule "dotbot-snap"]
path = dotbot-snap
url = https://github.com/DrDynamic/dotbot-snap.git

6
Makefile

@ -14,6 +14,12 @@ bootstrap: _prepare dotfiles _bootstrap ## Bootstrap new machine
dotfiles: ## Update dotfiles
@./install
linux:
@./install -c config/apt.conf.yml --plugin-dir dotbot-apt-get
snap:
@./install -c config/snap.conf.yml --plugin-dir dotbot-snap
macos: ## Run macos script
@./macos/init_mac.sh

5
README.md

@ -6,8 +6,9 @@ Set up using dotbot:
git clone [email protected]:einverne/dotfiles.git
cd dotfiles
# under Linux, install essential packages
sh install.sh
./install
make linux
# under macOS
make macos
## Overview

6
config/install.conf.yml

@ -35,6 +35,12 @@
~/.ideavimrc:
if: '[ `uname` = Darwin ]'
path: idea/.ideavimrc
~/.config/espanso:
if: '[ `uname` = Linux ]'
path: espanso
~/Library/Preferences/espanso:
if: '[ `uname` = Darwin ]'
path: espanso
~/.hammerspoon:
if: '[ `uname` = Darwin ]'
path: hammerspoon

1
dotbot-apt-get

@ -0,0 +1 @@
Subproject commit 63078f9af498599e780c2bb6039d6e2156d5a8e8

1
dotbot-snap

@ -0,0 +1 @@
Subproject commit ad82d7487a7e92f9f6f6c71046c298d0cfb628c3
Loading…
Cancel
Save