Skip to content

nobkat/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

!!! DO NOT use setup.sh

How to install dotfiles

apt install git
git clone https://github.com/nobkat/dotfiles.git && dotfiles/install_dotfiles.sh

if you want to install other tools, run

dotfiles/install_env.sh

if you want to use zsh as your default shell, run

sudo apt install zsh -y
chsh -s $(which zsh)

How to update dotefiles

cd dotfiles
vim .vimrc    # for example ...
git add .vimrc
git commit -m "update .vimrc"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors