From bf272e0cb52325fcdca10a616953b167ab1e6fce Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 17 Nov 2024 16:07:49 +0300 Subject: [PATCH] add just command runner and bashrc and starship --- justfile | 22 ++++++++++++++++++++++ src/.bashrc | 1 + src/.config/starship.toml | 4 ++++ 3 files changed, 27 insertions(+) create mode 100644 justfile create mode 100644 src/.bashrc create mode 100644 src/.config/starship.toml diff --git a/justfile b/justfile new file mode 100644 index 0000000..56c6189 --- /dev/null +++ b/justfile @@ -0,0 +1,22 @@ + +clone: + echo "Please be informed that these repositories are private github repositories of osbm." + git clone https://github.com/osbm/rerouting.git ~/Documents/rerouting + git clone https://github.com/osbm/wallpapers.git ~/Pictures/wallpapers + + +create-default-folders: + mkdir -p ~/Pictures/screenshots + mkdir -p ~/Documents/bin + mkdir -p ~/Documents/git + mkdir -p ~/Documents/temp + mkdir -p ~/Videos/obs-recordings + mkdir -p ~/Videos/youtube + + +install-tpm: + git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm + echo "Dont forget to install tmux plugins by 'C-s I'" + +default: + echo 'Hello, world!' diff --git a/src/.bashrc b/src/.bashrc new file mode 100644 index 0000000..b6ee6e8 --- /dev/null +++ b/src/.bashrc @@ -0,0 +1 @@ +eval "$(starship init bash)" diff --git a/src/.config/starship.toml b/src/.config/starship.toml new file mode 100644 index 0000000..7c6707c --- /dev/null +++ b/src/.config/starship.toml @@ -0,0 +1,4 @@ +add_newline = false + + +