Skip to content
forked from al0xd/dotfiles

An Dotfiles Boilerplate For Web Developer

Notifications You must be signed in to change notification settings

Fordeer/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Auto Install

Please install oh my zsh and LunarVim first!

Then, open termnial and run this command:

bash <(curl -s https://raw.githubusercontent.com/hungdinhvan/dotfiles/master/install.sh)

Manual installation

# cd to home 
cd ~
# clone repo
git clone [email protected]:hungdinhvan/dotfiles.git  
# chmod executable install script
sudo chmod +x ./install.sh
# run install script
./install.sh

Update

Simply running a git pull inside the cloned folder

cd ~/.dotfiles
git pull
./install.sh

Notes

If you want an example lunarvim config file, you can use my config file

About

An Dotfiles Boilerplate For Web Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.6%
  • Lua 34.4%