Coder Social home page Coder Social logo

dotfiles's Introduction

dotfiles

Installation

VIM öffnen und :VundleInstall eingeben. Damit werden alle in der .vimrc angegebenen Plugins installiert. Die Dateien .vimrc, .bashrc, .bash_aliases, .gitconfig sowie das Verzeichnis .vim müssen als Symlink in ~ angelegt werden (z.B. ln -s dotfiles/.bashrc .bashrc).

Linux

Natürlich muß ein apt-get install vim git ausgeführt werden.

Exuberant-ctags

apt-get install universal-ctags (z.B. unter Debian 10) oder aber apt-get install exuberant-ctags (z.B. unter Debian 9).

MacOS

Git wird normal installiert. Aber dann gibt's ein paar Besonderheiten.

Homebrew

Wir müssen hier Homebrew installieren da MacOS ein paar veraltete und nicht kompatible Pakete mit sich bringt.

Exuberant-ctags

Die unter MacOS installierte Version der ctags funktioniert nicht mit dem Addon tagbar. Wir müssen also die exuberant-version installieren. brew install ctags (ctags). Deswegen auch die Pfadanpassung in der .vimrc.

Anderes

Da MacOS eine sehr alte Version der Bash ausliefert müssen wir diese vllt. auch aktualisieren. Das kann man per Homebrew machen. Ich hab das damals mit einer Anleitung unter https://itnext.io/upgrading-bash-on-macos-7138bd1066ba gemacht. Da muß man aber mittlerweile einen Account erstellen um die Seite lesen zu können. Vllt. geht auch der Artikel unter https://informatik.hs-bremerhaven.de/flignitz/tutorial/bash/

dotfiles's People

Contributors

mortivor avatar

Watchers

 avatar

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.