add just command runner and bashrc and starship

This commit is contained in:
Osman Faruk Bayram 2024-11-17 16:07:49 +03:00
parent 5b4fce0444
commit bf272e0cb5
3 changed files with 27 additions and 0 deletions

22
justfile Normal file
View file

@ -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!'

1
src/.bashrc Normal file
View file

@ -0,0 +1 @@
eval "$(starship init bash)"

View file

@ -0,0 +1,4 @@
add_newline = false