Compare commits
9 Commits
c25d1b5bb9
...
641c3feacc
Author | SHA1 | Date | |
---|---|---|---|
641c3feacc | |||
60ef79bae6 | |||
fe83a496f5 | |||
1781f023df | |||
c9c0bb2a9d | |||
f9ecf0246c | |||
4d2528b89e | |||
f082f7d281 | |||
4081ce0b96 |
@ -165,7 +165,7 @@ bindsym $mod+r mode "resize"
|
||||
assign [class="jetbrains-idea|Code"] 1
|
||||
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
||||
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
||||
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Hamsket"] 4
|
||||
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] 4
|
||||
|
||||
##### STATUS BAR
|
||||
|
||||
|
5
.profile
5
.profile
@ -22,11 +22,6 @@ if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
||||
export $(gnome-keyring-daemon -s)
|
||||
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é
|
||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
case $HOST in
|
||||
|
27
.ssh/config
27
.ssh/config
@ -118,13 +118,13 @@ Hostname 37.187.17.29
|
||||
User root
|
||||
Port 22
|
||||
|
||||
## Serveur du salon (Beelink) - SMB / miniDLNA
|
||||
# Serveur du salon - SMB / miniDLNA
|
||||
Host suc
|
||||
Hostname 192.168.1.42
|
||||
User od
|
||||
Port 22
|
||||
|
||||
## Labo K8s RPI
|
||||
# Cluster RPI
|
||||
Host deux
|
||||
Hostname 192.168.1.102
|
||||
User od
|
||||
@ -139,26 +139,3 @@ Host quatre
|
||||
Hostname 192.168.1.104
|
||||
User od
|
||||
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
|
||||
#new -s projets -n dev
|
||||
#splitw -v -p '50' -t dev
|
||||
#splitw -v -p 50 -t dev
|
||||
#neww -n autre
|
||||
#selectw -t dev
|
||||
|
1
.warprc
1
.warprc
@ -4,6 +4,5 @@ buf:/home/od/projets/buffet
|
||||
cal:~/projets/effeuillage
|
||||
cloud:~/freshmile/cloud
|
||||
graille:~/projets/graille
|
||||
ops:~/projets/ops
|
||||
patchwork:/home/od/projets/patchwork
|
||||
trognon:~/projets/trognon
|
||||
|
@ -1,9 +1,5 @@
|
||||
emulate sh -c '. ~/.profile'
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init --path)"
|
||||
|
||||
# Start X automatically
|
||||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
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/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv)
|
||||
plugins=(git httpie ng npm nvm pass pip sudo wd)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -87,7 +87,6 @@ export PYTHONWARNINGS="ignore::DeprecationWarning"
|
||||
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
||||
export PIPENV_QUIET=1 # enlève les courtesy notice
|
||||
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
|
||||
export LANG=fr_FR.UTF-8
|
||||
@ -137,7 +136,7 @@ alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
||||
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
||||
# projet rero
|
||||
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
||||
# coloration de la commande IP
|
||||
# colration de la commande IP
|
||||
alias ip='ip -c'
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
|
@ -7,7 +7,6 @@
|
||||
directory="$HOME/wallpapers"
|
||||
minutes=15
|
||||
PROGRAM=`which feh`
|
||||
is_wayland=false
|
||||
|
||||
# Some tests
|
||||
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
||||
@ -16,7 +15,7 @@ if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
||||
echo "This script needs the swaymsg program."
|
||||
exit 1
|
||||
fi
|
||||
is_wayland=true
|
||||
wayland=1
|
||||
elif [ -z "${PROGRAM}" ]; then
|
||||
echo "This script needs the feh program. Install it."
|
||||
exit 1
|
||||
@ -49,7 +48,7 @@ while true; do
|
||||
|
||||
# Change background
|
||||
file="${array_files["$NUMBER"]}"
|
||||
if "${is_wayland}"; then
|
||||
if [[ -n wayland ]]; then
|
||||
$PROGRAM output "*" bg "$directory/$file" fill
|
||||
else
|
||||
feh --bg-fill "$directory/$file"
|
||||
|
Loading…
Reference in New Issue
Block a user