Skip to content

Commit

Permalink
feat: add bash-it
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinmiran committed Jan 29, 2024
1 parent d42e9eb commit 27291c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bash/setup_bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env zsh

git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
3 changes: 2 additions & 1 deletion install.linux.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@

- shell:
- [ git submodule update --init --recursive, "Installing submodules" ]
- ./snap/setup_snap
- ./bash/setup_bash
- ./git/setup_git
- ./snap/setup_snap

0 comments on commit 27291c1

Please sign in to comment.