Skip to content

Latest commit

 

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"