added motd and updated symlinks
This commit is contained in:
parent
2892f2be37
commit
f74017f17e
|
|
@ -0,0 +1,5 @@
|
||||||
|
┌──────────────────────────────────────────────────────────────────────┐
|
||||||
|
│░█▀▀░▀█▀░█▀▀░▀█▀░█▀▀░[0;1;32;80m█▄█[0;0;00;00m░█▀█░▀█▀░▀█▀░█▀▀░█▀▀░░░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄│
|
||||||
|
│░▀▀█░░█░░▀▀█░░█░░█▀▀░[0;1;32;80m█[0;0;00;00m░[0;1;32;80m█[0;0;00;00m░█▀█░░█░░░█░░█░░░▀▀█░░░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄│
|
||||||
|
│░▀▀▀░▀▀▀░▀▀▀░░▀░░▀▀▀░[0;1;32;80m▀[0;0;00;00m░[0;1;32;80m▀[0;0;00;00m░▀░▀░░▀░░▀▀▀░▀▀▀░▀▀▀░░░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀│
|
||||||
|
└──────────────────────────────────────────────────────────────────────┘
|
||||||
|
|
@ -104,3 +104,9 @@ split_tcp_sessions: 2
|
||||||
tun_iface_ip_addr: 10.11.0.1
|
tun_iface_ip_addr: 10.11.0.1
|
||||||
tun_iface_ip_mask: 255.255.255.0
|
tun_iface_ip_mask: 255.255.255.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Зависимости
|
||||||
|
|
||||||
|
```
|
||||||
|
python | netaddr
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
../../../files/loop
|
../../../files/scripts/loop
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../files/vimrc
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../files/zshrc
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../files/dotfiles/vimrc
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../files/dotfiles/zshrc
|
||||||
|
|
@ -52,10 +52,10 @@
|
||||||
- name: updload zsh and vim config
|
- name: updload zsh and vim config
|
||||||
copy:
|
copy:
|
||||||
src: '{{item}}'
|
src: '{{item}}'
|
||||||
dest: '{{dest_folder}}'
|
dest: '{{dest_folder}}/.{{item}}'
|
||||||
loop:
|
loop:
|
||||||
- ".vimrc"
|
- "vimrc"
|
||||||
- ".zshrc"
|
- "zshrc"
|
||||||
|
|
||||||
- name: Install zsh-syntax-highlighting
|
- name: Install zsh-syntax-highlighting
|
||||||
shell: '[ ! -d "/usr/share/zsh-syntax-highlighting" ] && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /usr/share/zsh-syntax-highlighting || true'
|
shell: '[ ! -d "/usr/share/zsh-syntax-highlighting" ] && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /usr/share/zsh-syntax-highlighting || true'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue