Add todo.txt pom and its dependencies
This commit is contained in:
parent
1e7adfa51c
commit
af5315c5b9
10 changed files with 403 additions and 0 deletions
7
.config/yadm/bootstrap.d/11-ruby
Executable file
7
.config/yadm/bootstrap.d/11-ruby
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
if command -v ruby >/dev/null 2>&1; then
|
||||
exit 0
|
||||
else
|
||||
sudo pacman -S ruby
|
||||
gem install rainbow terminal-notifier
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue