Skip to content

SimonProper/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This is a collection of all the

Setup

There are some initial steps that needs to be made for this to work.

  1. clone the repo into your home directory ~/
  2. If not already pressent, create a ~/.zshrc file.
  3. Inside source the rc from the repo with the following
source "/Users/[username]/dotfiles/zsh/.zshrc"
  1. After the sourcing you can add any secret keys you might have. e.g.
export GITHUB_NPM_TOKEN="some magic github token"
  1. If using Kitty, we need to link the default kitty directory to the one provided in this repo. First, make sure that the directory ~/.config does not cotain a /kitty directory. Then use the command
ln -s ~/dotfiles/kitty/ ~/.config/kitty
  1. Symlink your nvim config to this folder.
ln -s ~/.config/nvim ~/dotfiles/nvim

About

Collection of dotfiles for my dev setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages