Code Monkey home page Code Monkey logo

dotfiles-archive's Introduction

Personal Dotfiles for programs run on my Macbook

The goal is to organize all of my dotfiles in a version controlled folder and symlinked into place using a script.

Install Homebrew formulae and casks

When setting up a new Mac, you may want to install some common Homebrew items.

./brew.sh

Some of the functionality of these dotfiles depends on formulae installed by brew.sh.

Configure NeoVim

Link the nvim config to a spot that nvim expects.

ln ~/dotfiles/nvim ~/.config/nvim

Resources

dotfiles: Your unofficial guide to dotfiles on GitHub Managing Your Dotfiles

dotfiles-archive's People

Contributors

rylan-michael avatar

Watchers

 avatar

dotfiles-archive's Issues

ssh-agent identities are not available when ssh-agent is started from a previous terminal

When opening a new terminal and ssh-agent is already running there are no identities added when calling ssh-add -l from the new terminal.

The expected behavior is:

  1. ssh-agent is instantiated when a new session is open and no existing ssh-agent processes are running
  2. ssh-add is then called to add a predefined list of private keys
  3. A new session is open, sees that an ssh-agent is already running and doesn't create a new ssh-agent or re-add the keys.
  4. The new session has the ability to use the existing ssh-agent and has access to the existing cached identities.

Currently, I don't have access to the existing identities cached in ssh-agent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.