Skip to content

Commit

Permalink
Psync: removed as unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 19, 2024
1 parent 731ebb5 commit fe03e6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion .config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
!helix
!neomutt
!nvim
!psync
!shell
!starship.toml
!sway
Expand Down
7 changes: 0 additions & 7 deletions .config/psync/config.toml

This file was deleted.

6 changes: 5 additions & 1 deletion setup/common/cargo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/sh
set -eu

cargo install cargo-update cargo-cache suggest-command-not-found git-interactive-rebase-tool
cargo install \
cargo-update \
cargo-cache \
suggest-command-not-found \
git-interactive-rebase-tool

0 comments on commit fe03e6d

Please sign in to comment.