Skip to content

Commit

Permalink
Revert custom.just
Browse files Browse the repository at this point in the history
Revert 1password addition
  • Loading branch information
b- authored Oct 12, 2023
1 parent 63dd0b0 commit 43b0358
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ brew-shell:
echo "Brew configuration already present in .zprofile"
else
echo "Adding Brew configuration to .zprofile"
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.zprofile
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.zprofile
fi
if grep -q "linuxbrew" $HOME/.bash_profile
then
echo "Brew configuration already present in .bash_profile"
else
echo "Adding Brew configuration to .bash_profile"
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
fi

# Enable Cockpit for web-based system management | https://cockpit-project.org/
Expand Down Expand Up @@ -221,8 +221,3 @@ docker:
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
newgrp docker

1password:
sudo ln -s /usr/lib/1Password /opt/1Password
sudo groupadd -g 1500 onepassword
sudo groupadd -g 1600 onepassword-cli

0 comments on commit 43b0358

Please sign in to comment.