Skip to content

Commit

Permalink
Merge pull request #2014 from tarlepp/chore(env)/fish-update
Browse files Browse the repository at this point in the history
Chore(env) - Updated `fish` shell
  • Loading branch information
tarlepp committed Oct 22, 2022
2 parents 3e8fdd0 + 59eebb3 commit 89f0848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile_dev
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update \
fish \
g++ \
git \
gnupg \
iproute2 \
jq \
libicu-dev \
Expand All @@ -36,6 +37,13 @@ RUN apt-get update \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

RUN echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_11/ /' | tee /etc/apt/sources.list.d/shells:fish:release:3.list \
&& curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_11/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null \
&& apt-get update \
&& apt-get install -y \
fish \
&& rm -rf /var/lib/apt/lists

# Set the locale
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen \
&& locale-gen
Expand Down
1 change: 1 addition & 0 deletions docker/fish/config.fish
@@ -1 +1,2 @@
source /home/dev/.config/fish/completions/sf_console.fish
thefuck --alias | source

0 comments on commit 89f0848

Please sign in to comment.