Skip to content

okamosy/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo sets up a base development environment. It's been tested against Ubuntu on WSL.

It does the following:

  • Installs several useful tools:
    • brew
    • build-essential
    • cilium
    • fzf
    • gcc
    • helm
    • hubble
    • jq
    • just
    • k9s
    • kubectl
    • kubectx
    • oh-my-zsh
    • stow
    • zoxide
    • zsh
  • Sets up default .zshrc and global git configs

Prerequisite

  • Git is already installed
  • SSH key has been set up in Github

Setup

  1. Log into the instance (f.e. wsl start)

  2. Set up your SSH key

    mkdir -p ~/.ssh
    nano ~/.ssh/id_rsa
  3. Paste your private SSH into the above file

  4. Change the permissions on the file

    chmod 0600 ~/.ssh/id_rsa
  5. Clone this repo

    git clone [email protected]:okamosy/dotfiles.git
  6. Run the setup script

    ~/dotfiles/setup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages