Giter Site home page Giter Site logo

.dotfiles's Introduction

danmulvey's dotfiles

This is my current configuration, still trying new things and updating regularly.

dotfiles are included (and working) for

  • zsh
  • tmux
  • neovim
  • alacritty

Installation

Run install.sh to symlink dotfiles from the repo. Use "./install.sh new" to backup existing dotfiles to .dotfiles/old first.

todo

  • unify themes so that everything matches
  • update install.sh to check for existing files
  • finish customizing neovim keymap and plugins
  • add plugins for zsh (autocomplete, etc)
  • consider switching to GNU stow, dotbot, or something similar for management
  • add config for alacritty

.dotfiles's People

Contributors

danmulvey avatar

Watchers

 avatar James Cloos avatar

.dotfiles's Issues

add zsh plugins

Still need to add zsh plugins for the following:

  • auto-suggestions
  • syntax highlighting
  • auto-update

sections of $PATH are being added more than once

The current $PATH should be

/home/danmulvey/.pyenv/shims:/home/danmulvey/.pyenv/bin:/home/danmulvey/.nvm/versions/node/v18.11.0/bin:/usr/lib64/ccache:/home/danmulvey/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin:/home/danmulvey/go/bin:/home/danmulvey/.local/bin:/home/danmulvey/.local/share/gem/ruby/bin:/home/danmulvey/bin:/home/danmulvey/.pdtm/go/bin:/home/danmulvey/Android/Sdk/tools:/home/danmulvey/Android/Sdk/platform-tools

When opening a new shell, that is what we start with. It seems that opening new windows in tmux causes part of $PATH to be added over again. Right now with tmux open and two windows with nothing else running, $PATH looks like this

/home/danmulvey/.pyenv/shims:/home/danmulvey/.pyenv/bin:/home/danmulvey/.nvm/versions/node/v18.11.0/bin:/usr/lib64/ccache:/home/danmulvey/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin:/home/danmulvey/go/bin:/home/danmulvey/.local/bin:/home/danmulvey/.local/share/gem/ruby/bin:/home/danmulvey/bin:/home/danmulvey/.pdtm/go/bin:/home/danmulvey/Android/Sdk/tools:/home/danmulvey/Android/Sdk/platform-tools:/home/danmulvey/go/bin:/home/danmulvey/.local/bin:/home/danmulvey/.local/share/gem/ruby/bin:/home/danmulvey/bin:/home/danmulvey/.pdtm/go/bin:/home/danmulvey/Android/Sdk/tools:/home/danmulvey/Android/Sdk/platform-tools

Possible solution is to use typeset -U $path to make $path a unique array (that way $PATH will mirror the unique entries), but it seems this only solves the problem in zsh so I will need to do some research before deciding.

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.