mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
no-plugin-managers
This commit is contained in:
parent
e224e033e4
commit
41a87cf338
1 changed files with 0 additions and 6 deletions
|
|
@ -129,9 +129,6 @@ RUN wget -O alacritty.deb -nv https://github.com/jwilm/alacritty/releases/downlo
|
|||
dpkg -i alacritty.deb && \
|
||||
rm alacritty.deb
|
||||
|
||||
# Install antigen
|
||||
RUN curl -fsSL git.io/antigen > /usr/local/bin/antigen.zsh
|
||||
|
||||
# Install arc
|
||||
RUN wget -O /usr/local/bin/arc -q https://github.com/mholt/archiver/releases/download/v3.1.1/arc_linux_amd64 && \
|
||||
chmod +x /usr/local/bin/arc
|
||||
|
|
@ -333,9 +330,6 @@ RUN wget -O /usr/local/bin/timeago -nv https://raw.githubusercontent.com/sabreha
|
|||
RUN wget -O /usr/local/bin/tormix -nv https://raw.githubusercontent.com/ckardaris/tormix/master/tormix && \
|
||||
chmod +x /usr/local/bin/tormix
|
||||
|
||||
# Install tmux plugin manager
|
||||
RUN git clone --depth 1 https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm
|
||||
|
||||
# Install tmuxinator
|
||||
RUN gem install tmuxinator -v 1.1.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue