GithubHelp home page GithubHelp logo

dotfiles_fish's Introduction

fish configuration files

Features

System requirements

Different distributions and releases ship with different fish versions.

The biggest source of problems is the compatibility between fish and tide (see Fish version compatibility)

To guarantee compatibility with the least possible maintenance effort, the latest fish version required, and the fisher plugins have been fixed to the specific versions known to work with the current fish version.

Therefore, only the following combinations are supported:

Platform/version fish version Package source

Debian 11

3.6.0

openSUSE Build Service

Debian 12

3.6.0

Official Debian repository

Fedora 37

3.6.0

Official Fedora repository

Ubuntu 22.04

3.6.0

fish PPA

macOS 10.15 Catalina

3.6.0

MacPorts

Installation

  1. Install the following prerrequisites:

  2. Clone the repository:

    • Using HTTPS:

      git clone --recurse-submodules https://github.com/jonancm/dotfiles_fish.git
    • Using SSH:

      git clone --recurse-submodules [email protected]:jonancm/dotfiles_fish.git
  3. Run the installation script:

    bash install.sh

Testing

Prerrequisites

Note

When using Podman with SELinux (e.g. on Fedora), you must add :z when you mount a volume.

The commands in the following section reflect this.

Starting the container

Platform/version Podman Docker

Debian 11

podman run -it -v $PWD:/ws:z -w /ws --rm debian:11

docker run -it -v $PWD:/ws -w /ws --rm debian:11

Debian 12

podman run -it -v $PWD:/ws:z -w /ws --rm debian:12

docker run -it -v $PWD:/ws -w /ws --rm debian:12

Fedora 37

podman run -it -v $PWD:/ws:z -w /ws --rm fedora:37

docker run -it -v $PWD:/ws -w /ws --rm fedora:37

Ubuntu 22.04

podman run -it -v $PWD:/ws:z -w /ws --rm ubuntu:22.04

docker run -it -v $PWD:/ws -w /ws --rm ubuntu:22.04

macOS 10.15 Catalina

no image available

no image available

dotfiles_fish's People

Contributors

jonancm 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.