Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install

  • Generate a new SSH key and add it to your GitHub settings if you are setting up a fresh OS install.
sudo apt install gawk xclip zsh && alias copy="xclip -selection clipboard"

ssh-keygen -t ed25519 -C "your_email@example.com"
eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && copy ~/.ssh/id_ed25519.pub
  • Clone this repo and source dot.sh.
git clone git@github.com:initrc/dotfiles.git && cd dotfiles && source dot.sh

Usage

Source or execute dot.sh to show the commands.

dot-sys-dep         : install system dependencies
dot-zsh-install     : install oh-my-zsh
dot-zsh-config      : configure zsh
dot-nvim-install    : install nvim
dot-nvim-config     : configure nvim
dot-git-config      : configure git
dot-mac-config      : configure macOS keyboard and mouse

About

Dotfiles for vim, shell, git, etc.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages