Skip to content

Arcticon/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

How to install

cd ~
git init
git remote add origin [email protected]:Arcticon/dotfiles.git
git fetch
git checkout -b master
git reset --mixed origin/master

How to set editor variable

sudo update-alternatives --install /usr/bin/editor editor "$(command -v vim)" 100

Releases

No releases published

Packages

No packages published