mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 06:51:58 +01:00
fixed Dockerfiles and add missing termite role file
This commit is contained in:
parent
c870b479ca
commit
2cfff6bb7c
@ -44,7 +44,6 @@ RUN cd /tmp; curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBU
|
||||
RUN cd /tmp; makepkg PKGBUILD --install --needed --noconfirm
|
||||
RUN mkdir dotfiles
|
||||
COPY . dotfiles/
|
||||
RUN cd dotfiles; echo "[desktop]\nlocalhost ansible_connection=local" > hosts
|
||||
RUN cd dotfiles; ansible-playbook install.yml | tee ansible.log
|
||||
RUN cd dotfiles; ansible-playbook -i docker/archlinux/hosts install.yml | tee ansible.log
|
||||
RUN echo -e "test" | chsh -s '/usr/bin/zsh'
|
||||
ENTRYPOINT /usr/bin/zsh
|
||||
|
2
docker/archlinux/hosts
Normal file
2
docker/archlinux/hosts
Normal file
@ -0,0 +1,2 @@
|
||||
[desktop]
|
||||
localhost ansible_connection=local
|
@ -33,7 +33,6 @@ WORKDIR /home/test/
|
||||
ENV LANG="fr_FR.UTF-8"
|
||||
RUN mkdir dotfiles
|
||||
COPY . dotfiles/
|
||||
RUN cd dotfiles; echo "[server]\nlocalhost ansible_connection=local" > hosts
|
||||
RUN cd dotfiles; ansible-playbook install.yml | tee ansible.log
|
||||
RUN cd dotfiles; ansible-playbook -i docker/centos/hosts install.yml | tee ansible.log
|
||||
RUN echo -e "dockerpass" | chsh -s /bin/zsh
|
||||
ENTRYPOINT /usr/bin/zsh
|
||||
|
2
docker/centos/hosts
Normal file
2
docker/centos/hosts
Normal file
@ -0,0 +1,2 @@
|
||||
[server]
|
||||
localhost ansible_connection=local
|
@ -34,7 +34,6 @@ WORKDIR /home/test/
|
||||
ENV LANG="fr_FR.UTF-8"
|
||||
RUN mkdir dotfiles
|
||||
COPY . dotfiles/
|
||||
RUN cd dotfiles; echo "[server]\nlocalhost ansible_connection=local" > hosts
|
||||
RUN cd dotfiles; ansible-playbook install.yml | tee ansible.log
|
||||
RUN cd dotfiles; ansible-playbook -i docker/debian/hosts install.yml | tee ansible.log
|
||||
RUN sudo chsh -s '/usr/bin/zsh' test
|
||||
ENTRYPOINT /usr/bin/zsh
|
||||
|
2
docker/debian/hosts
Normal file
2
docker/debian/hosts
Normal file
@ -0,0 +1,2 @@
|
||||
[server]
|
||||
localhost ansible_connection=local
|
3
roles/termite/files/gtk.css
Normal file
3
roles/termite/files/gtk.css
Normal file
@ -0,0 +1,3 @@
|
||||
VteTerminal, vte-terminal {
|
||||
padding: 6px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user