aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-27 04:43:44 +0900
committernsfisis <nsfisis@gmail.com>2025-04-27 04:43:44 +0900
commit38221987455c452288e2351d991db877f51f6570 (patch)
tree62f111e0955ea55d7a88f32be0585047e4dd580a
parent9fe7ae1fa6e4f1615f18094bd4d315316eec17d9 (diff)
downloaddotfiles-38221987455c452288e2351d991db877f51f6570.tar.gz
dotfiles-38221987455c452288e2351d991db877f51f6570.tar.zst
dotfiles-38221987455c452288e2351d991db877f51f6570.zip
bootstrap: remove hotaru node
-rw-r--r--README4
-rw-r--r--flake.nix1
-rw-r--r--mitamae/default.rb10
-rw-r--r--mitamae/node.hotaru.json18
4 files changed, 2 insertions, 31 deletions
diff --git a/README b/README
index 65f58fa..1eddc2a 100644
--- a/README
+++ b/README
@@ -18,13 +18,13 @@
# Install
-## Hotaru
+## Akashi
```
$ sudo apt update
$ sudo apt upgrade
-$ ./bootstrap hotaru
+$ ./bootstrap akashi
$ sudo adduser $(whoami) docker
diff --git a/flake.nix b/flake.nix
index 54be09b..302aaa8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -64,7 +64,6 @@
in
{
akashi = mkHomeConfigurationFromJSON ./mitamae/node.akashi.json;
- hotaru = mkHomeConfigurationFromJSON ./mitamae/node.hotaru.json;
pc168 = mkHomeConfigurationFromJSON ./mitamae/node.pc168.json;
}
);
diff --git a/mitamae/default.rb b/mitamae/default.rb
index 0ae7610..a2b56a5 100644
--- a/mitamae/default.rb
+++ b/mitamae/default.rb
@@ -49,16 +49,6 @@ end
directory "#{home}/bin"
-# Go
-execute "go" do
- command "go build -o #{home}/bin/git-extract-issue src/gitalias/git-extract-issue.go"
- not_if "test -f #{home}/bin/git-extract-issue"
-end
-execute "go" do
- command "go build -o #{home}/bin/git-sw src/gitalias/git-sw.go"
- not_if "test -f #{home}/bin/git-sw"
-end
-
link "#{home}/bin/tmux-pane-idx" do
to "#{home}/dotfiles/bin/tmux-pane-idx"
end
diff --git a/mitamae/node.hotaru.json b/mitamae/node.hotaru.json
deleted file mode 100644
index 2477400..0000000
--- a/mitamae/node.hotaru.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "hotaru",
- "profile": "private",
- "targetArch": "x86_64-linux",
- "flake": {
- "system": "x86_64-linux",
- "env": {
- "username": "ken",
- "homeDirectory": "/home/ken",
- "gui": {
- "clipboard": {
- "copyCommand": null
- },
- "terminalApp": "windowsTerminal"
- }
- }
- }
-}