Giter VIP home page Giter VIP logo

dotfiles's People

Contributors

dark0dave avatar ganglio avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dotfiles's Issues

vundle

Thanks for this .dotfiles. Epic.
Improvement:
In install.sh there should be a command that checks for the presence of vundle, and, if the folder is not present, calls the git clone that is present on the original vundle github.

Mouse integration

Could a choice be put in for mouse integration the tmux.conf file?

So in the install.sh file

mouseint="# rm mouse mode fail\nset -g mode-mouse on \n\nset -g mouse-resize-pane on \nset -g mouse-select-pane on \nset -g mouse-select-window on \n"
while true; do
    read -p  "Would you like to install mouse integration for tmux ? Y/N" yn
    case $yn in
        [Yy]* ) echo $mouseint >> ~/.dotfiles/tmux.conf; break;;
        [Nn]* ) exit;;
        * ) echo "Please answer yes or no.";;
    esac
done

Of course this would require the removal of mouse script from the .tmux.conf file as well.

unknown

After using the curl command for installation, upon any command i run i get :

Signal 18 (CONT) caught by ps (procps-ng version 3.3.9).
ps:display.c:66: please report this bug

Is it a zsh problem or something with the rc files?
PS, my bash.bashrc file was empty before the installation.

Thanks in advance.

does not delete old .files

Perhaps put an option in the install.sh such that the user can chose to completely replace their dotfiles or not.

tmux exited

tmux exit before it starts, on new installs.

~ $ tmux
[exited]
~ $ 62;9;c

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.