fix user.fish not loaded
This commit is contained in:
+3
-1
@@ -8,6 +8,8 @@ apt-get update && apt-get upgrade
|
|||||||
apt-get install -y curl jq neovim htop fish tmux sudo git
|
apt-get install -y curl jq neovim htop fish tmux sudo git
|
||||||
useradd -m -s /bin/fish user
|
useradd -m -s /bin/fish user
|
||||||
echo "user ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/user.conf
|
echo "user ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/user.conf
|
||||||
|
mkdir -p /home/user/.config/fish/
|
||||||
EOF
|
EOF
|
||||||
COPY ./init.fish /home/user/.init.fish
|
COPY ./init.fish /init.fish
|
||||||
|
COPY --chown=user ./user.fish /home/user/.config/fish/config.fish
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user