Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ dotfiles Public

One repo to bring them all, and in the darkness bind them.

License

Notifications You must be signed in to change notification settings

vyder/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

136 Commits

Repository files navigation

dotfiles

Getting Started

Prerequisites:

To use Starship Prompt - install a Nerd font UbuntuSans Nerd Font

git clone git@github.com:vyder/dotfiles.git
cd dotfiles
cp options.json.example options.json
./scripts/sync

P.S. Take a look at options.json - to specify files you don't want to sync; setup default locations; etc

Setting up a sync cron job

  1. Open up your crontab with: crontab -e
  2. Append following lines:
# Sync dotfiles everyday at noon
00 12 * * * <path to repo>/dotfiles/scripts/sync

Crontab format:

#Entries added in the following format:
# * * * * * command to execute
# | | | | |
# | | | | |
# | | | | |------ day of week (0 - 6) (0 to 6 are Sunday to Saturday, 7 is Sunday, the same as 0)
# | | | |------------- month (1 - 12)
# | | |--------------------- day of month (1 - 31)
# | |------------------------------ hour (0 - 23)
# |------------------------------------- min (0 - 59)
#
# e.g.
# 15 * * * * ~./brofist
# Would run the brofist command once an hour on the 15th minute of every hour

[source: bropages]

About

One repo to bring them all, and in the darkness bind them.

Resources

License

Stars

Watchers

Forks

AltStyle によって変換されたページ (->オリジナル) /