Skip to content

utatatata/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Run the following in the root of this repository.

  • fish shell
mkdir -p ~/.ssh
mkdir -p ~/.vim/{swap,backup,undo}

for conf in (find . -type f | grep -v '^\.\/\.git\/.*$' | grep -v '^\.\/\.gitignore$' | grep -v '^\.\/README\.md$')
    ln -s (realpath --relative-to (dirname ~/$conf) $conf) (realpath ~/$conf)
end

About

my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •