allow config.fish.local
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk --no-cache add git curl
|
RUN apk --no-cache add git curl
|
||||||
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
|
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
|
||||||
ENTRYPOINT ["/bin/fish"]
|
ENV SHELL /usr/bin/fish
|
||||||
|
CMD ["fish"]
|
||||||
|
|||||||
BIN
bin/chezmoi
Executable file
BIN
bin/chezmoi
Executable file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
||||||
|
fish_add_path $HOME/.webman/bin
|
||||||
|
|
||||||
|
set -gx EDITOR nvim
|
||||||
|
|
||||||
|
zoxide init fish | source
|
||||||
|
|
||||||
|
if test -f ~/.config/fish/config.fish.local
|
||||||
|
source ~/.config/fish/config.fish.local
|
||||||
|
end
|
||||||
|
|||||||
@@ -2,4 +2,3 @@ curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fi
|
|||||||
|
|
||||||
fisher install IlanCosman/tide@v6
|
fisher install IlanCosman/tide@v6
|
||||||
fisher install PatrickF1/fzf.fish
|
fisher install PatrickF1/fzf.fish
|
||||||
fisher install kidonng/zoxide.fish
|
|
||||||
|
|||||||
@@ -7,11 +7,12 @@ apk add bash fish
|
|||||||
sudo apt-add-repository ppa:fish-shell/release-3
|
sudo apt-add-repository ppa:fish-shell/release-3
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install bash fish -y
|
sudo apt install bash fish -y
|
||||||
|
chsh -s $(which fish)
|
||||||
{{- else if eq .osid "darwin" }}
|
{{- else if eq .osid "darwin" }}
|
||||||
brew install neovim tmux perl fish
|
brew install neovim tmux perl fish
|
||||||
|
chsh -s $(which fish)
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
chsh -s $(which fish)
|
|
||||||
|
|
||||||
curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
|
curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
|
||||||
~/.webman/bin/webman group add modern-unix --all || echo "Not all modern-unix packages installed successfully"
|
~/.webman/bin/webman group add modern-unix --all || echo "Not all modern-unix packages installed successfully"
|
||||||
|
|||||||
Reference in New Issue
Block a user