add just command runner and bashrc and starship
This commit is contained in:
parent
5b4fce0444
commit
bf272e0cb5
3 changed files with 27 additions and 0 deletions
22
justfile
Normal file
22
justfile
Normal 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
1
src/.bashrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
eval "$(starship init bash)"
|
||||
4
src/.config/starship.toml
Normal file
4
src/.config/starship.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
add_newline = false
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue