Skip to content

sohooo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository bundles the config files for

  • bash
  • git

Installation

cd
git clone https://github.com/sohooo/dotfiles.git .dotfiles

# create symlinks 
for item in $(find .dotfiles -maxdepth 1 -type f |grep -v README )
do
    item=$(basename $item)
    ln -sv .dotfiles/$item .$item
done

Releases

No releases published

Packages

No packages published

Languages