Skip to content

Latest commit

 

History

History
executable file
·
26 lines (24 loc) · 448 Bytes

README.md

File metadata and controls

executable file
·
26 lines (24 loc) · 448 Bytes

bin/

This directory contains scripts that I wrote.

bin/
├── applet
├── colorscheme
├── dotfetch
├── duppterm
├── kbswap
├── lockscreen
├── pickvideo
├── pickwp
└── pots

To execute any use

chmod +x $script_name
./$script_name

You can also link this directory to your .bashrc to be able to call them directly.

DF_PATH="$HOME/.dotfiles/bin"
PATH="$DF_PATH:$PATH"