Skip to content

yuyahnd/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

Installation

$ git clone https://github.com/yuyahnd/scripts.git

bash

~/.bashrc

if [ -f ~/scripts/bash/.bashrc ]; then
    source ~/scripts/bash/.bashrc
fi

zsh

~/.zshrc

if [ -f ~/scripts/zsh/.zshrc ]; then
    source ~/scripts/zsh/.zshrc
fi

Releases

No releases published

Packages

No packages published

Languages