Compare commits
16 Commits
641c3feacc
...
c25d1b5bb9
Author | SHA1 | Date | |
---|---|---|---|
c25d1b5bb9 | |||
6a1be39425 | |||
9065709cf9 | |||
7f08c542e1 | |||
e35450a0f0 | |||
c350333669 | |||
33b03dd7e3 | |||
2c9eeaa99a | |||
6ed2280b8e | |||
a25bf962ff | |||
fd6b431d51 | |||
718dc045db | |||
9b0160cc0a | |||
03a2f6cafd | |||
59586947d9 | |||
b04dfb860a |
@ -165,7 +165,7 @@ bindsym $mod+r mode "resize"
|
|||||||
assign [class="jetbrains-idea|Code"] 1
|
assign [class="jetbrains-idea|Code"] 1
|
||||||
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
||||||
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
||||||
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] 4
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Hamsket"] 4
|
||||||
|
|
||||||
##### STATUS BAR
|
##### STATUS BAR
|
||||||
|
|
||||||
|
5
.profile
5
.profile
@ -22,6 +22,11 @@ if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
|||||||
export $(gnome-keyring-daemon -s)
|
export $(gnome-keyring-daemon -s)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Environnement Pyenv
|
||||||
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
eval "$(pyenv init --path)"
|
||||||
|
|
||||||
# Démarrage de l'environnement préféré
|
# Démarrage de l'environnement préféré
|
||||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
case $HOST in
|
case $HOST in
|
||||||
|
27
.ssh/config
27
.ssh/config
@ -118,13 +118,13 @@ Hostname 37.187.17.29
|
|||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
# Serveur du salon - SMB / miniDLNA
|
## Serveur du salon (Beelink) - SMB / miniDLNA
|
||||||
Host suc
|
Host suc
|
||||||
Hostname 192.168.1.42
|
Hostname 192.168.1.42
|
||||||
User od
|
User od
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
# Cluster RPI
|
## Labo K8s RPI
|
||||||
Host deux
|
Host deux
|
||||||
Hostname 192.168.1.102
|
Hostname 192.168.1.102
|
||||||
User od
|
User od
|
||||||
@ -139,3 +139,26 @@ Host quatre
|
|||||||
Hostname 192.168.1.104
|
Hostname 192.168.1.104
|
||||||
User od
|
User od
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
|
## Labo K8S AMD64
|
||||||
|
Host douze
|
||||||
|
Hostname 192.168.1.112
|
||||||
|
User nous
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host treize
|
||||||
|
Hostname 192.168.1.113
|
||||||
|
User maison
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host quatorze
|
||||||
|
Hostname 192.168.1.202
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
## Formation DevOps - Datascientest
|
||||||
|
Host devu
|
||||||
|
Hostname 54.229.27.155
|
||||||
|
User ubuntu
|
||||||
|
Port 22
|
||||||
|
IdentityFile ~/.ssh/data_enginering_machine.pem
|
||||||
|
@ -85,6 +85,6 @@ set -g status-left-length 30
|
|||||||
|
|
||||||
# Activer mon layout par defaut
|
# Activer mon layout par defaut
|
||||||
#new -s projets -n dev
|
#new -s projets -n dev
|
||||||
#splitw -v -p 50 -t dev
|
#splitw -v -p '50' -t dev
|
||||||
#neww -n autre
|
#neww -n autre
|
||||||
#selectw -t dev
|
#selectw -t dev
|
||||||
|
1
.warprc
1
.warprc
@ -4,5 +4,6 @@ buf:/home/od/projets/buffet
|
|||||||
cal:~/projets/effeuillage
|
cal:~/projets/effeuillage
|
||||||
cloud:~/freshmile/cloud
|
cloud:~/freshmile/cloud
|
||||||
graille:~/projets/graille
|
graille:~/projets/graille
|
||||||
|
ops:~/projets/ops
|
||||||
patchwork:/home/od/projets/patchwork
|
patchwork:/home/od/projets/patchwork
|
||||||
trognon:~/projets/trognon
|
trognon:~/projets/trognon
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
emulate sh -c '. ~/.profile'
|
emulate sh -c '. ~/.profile'
|
||||||
|
|
||||||
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
eval "$(pyenv init --path)"
|
||||||
|
|
||||||
# Start X automatically
|
# Start X automatically
|
||||||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
exec startx
|
exec startx
|
||||||
|
5
.zshrc
5
.zshrc
@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git httpie ng npm nvm pass pip sudo wd)
|
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@ -87,6 +87,7 @@ export PYTHONWARNINGS="ignore::DeprecationWarning"
|
|||||||
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
||||||
export PIPENV_QUIET=1 # enlève les courtesy notice
|
export PIPENV_QUIET=1 # enlève les courtesy notice
|
||||||
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
||||||
|
export KUBECONFIG=$HOME/kubeconfig
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=fr_FR.UTF-8
|
export LANG=fr_FR.UTF-8
|
||||||
@ -136,7 +137,7 @@ alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
|||||||
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
||||||
# projet rero
|
# projet rero
|
||||||
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
||||||
# colration de la commande IP
|
# coloration de la commande IP
|
||||||
alias ip='ip -c'
|
alias ip='ip -c'
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
directory="$HOME/wallpapers"
|
directory="$HOME/wallpapers"
|
||||||
minutes=15
|
minutes=15
|
||||||
PROGRAM=`which feh`
|
PROGRAM=`which feh`
|
||||||
|
is_wayland=false
|
||||||
|
|
||||||
# Some tests
|
# Some tests
|
||||||
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
||||||
@ -15,7 +16,7 @@ if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
|||||||
echo "This script needs the swaymsg program."
|
echo "This script needs the swaymsg program."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
wayland=1
|
is_wayland=true
|
||||||
elif [ -z "${PROGRAM}" ]; then
|
elif [ -z "${PROGRAM}" ]; then
|
||||||
echo "This script needs the feh program. Install it."
|
echo "This script needs the feh program. Install it."
|
||||||
exit 1
|
exit 1
|
||||||
@ -48,7 +49,7 @@ while true; do
|
|||||||
|
|
||||||
# Change background
|
# Change background
|
||||||
file="${array_files["$NUMBER"]}"
|
file="${array_files["$NUMBER"]}"
|
||||||
if [[ -n wayland ]]; then
|
if "${is_wayland}"; then
|
||||||
$PROGRAM output "*" bg "$directory/$file" fill
|
$PROGRAM output "*" bg "$directory/$file" fill
|
||||||
else
|
else
|
||||||
feh --bg-fill "$directory/$file"
|
feh --bg-fill "$directory/$file"
|
||||||
|
Loading…
Reference in New Issue
Block a user