Compare commits
13 Commits
f88b6e524c
...
5cbe49bb56
Author | SHA1 | Date | |
---|---|---|---|
5cbe49bb56 | |||
8aa9514159 | |||
e1c288d9eb | |||
fd6b431d51 | |||
718dc045db | |||
9b0160cc0a | |||
03a2f6cafd | |||
59586947d9 | |||
b04dfb860a | |||
af4057e4ec | |||
99c25cf2a8 | |||
261eabb7f2 | |||
484b1cbbd5 |
@ -1,3 +1,3 @@
|
|||||||
# Permet à Chromium de se lancer dans Wayland
|
# Permet à Chromium de se lancer dans Wayland
|
||||||
--enable-features=UseOzonePlatform
|
#--enable-features=UseOzonePlatform
|
||||||
--ozone-platform=wayland
|
#--ozone-platform=wayland
|
||||||
|
@ -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
|
||||||
|
|
||||||
@ -240,7 +240,7 @@ smart_gaps on
|
|||||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
||||||
|
|
||||||
# Hasmter indicator
|
# Hasmter indicator
|
||||||
exec --no-startup-id hamster
|
#exec --no-startup-id hamster
|
||||||
|
|
||||||
# Clipit : Presse-papiers pour le bureau
|
# Clipit : Presse-papiers pour le bureau
|
||||||
exec --no-startup-id clipit
|
exec --no-startup-id clipit
|
||||||
|
@ -426,5 +426,5 @@ macos_option_as_alt yes
|
|||||||
x11_bell_volume 80
|
x11_bell_volume 80
|
||||||
|
|
||||||
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
||||||
include ./dark.conf
|
include ./light.conf
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@ label = %percentage_used%%
|
|||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp3s0
|
interface = wlan0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
;format-connected = <ramp-signal> <label-connected>
|
;format-connected = <ramp-signal> <label-connected>
|
||||||
@ -240,7 +240,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
|||||||
|
|
||||||
[module/eth]
|
[module/eth]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = eno1
|
interface = enp3s0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected-underline = #55aa55
|
format-connected-underline = #55aa55
|
||||||
@ -346,7 +346,8 @@ warn-temperature = 65
|
|||||||
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
||||||
; to find path to desired file
|
; to find path to desired file
|
||||||
; Default reverts to thermal zone setting
|
; Default reverts to thermal zone setting
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
hwmon-path = /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/hwmon/hwmon2/temp1_input
|
||||||
|
#hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||||
|
|
||||||
;format = <ramp> <label>
|
;format = <ramp> <label>
|
||||||
format = <label>
|
format = <label>
|
||||||
|
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
|
||||||
|
45
.ssh/config
45
.ssh/config
@ -117,3 +117,48 @@ Host backup
|
|||||||
Hostname 37.187.17.29
|
Hostname 37.187.17.29
|
||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
|
## Serveur salon (Beelink)
|
||||||
|
Host suc
|
||||||
|
Hostname 192.168.1.42
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
## Labo K8s
|
||||||
|
Host deux
|
||||||
|
Hostname 192.168.1.102
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host trois
|
||||||
|
Hostname 192.168.1.103
|
||||||
|
User od
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
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
|
||||||
|
@ -84,7 +84,7 @@ set -g status-left "#{pane_current_path}"
|
|||||||
set -g status-left-length 30
|
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
|
||||||
|
5
.warprc
5
.warprc
@ -1,6 +1,11 @@
|
|||||||
ans:/home/od/projets/buffet
|
ans:/home/od/projets/buffet
|
||||||
|
blog:~/projets/blog
|
||||||
buf:/home/od/projets/buffet
|
buf:/home/od/projets/buffet
|
||||||
|
cal:~/projets/effeuillage
|
||||||
cloud:~/freshmile/cloud
|
cloud:~/freshmile/cloud
|
||||||
|
fastapi:~/devu/exam_DOSSMANN/fastapi_exam_DOSSMANN
|
||||||
|
graille:~/projets/graille
|
||||||
|
ops:~/projets/ops
|
||||||
patchwork:/home/od/projets/patchwork
|
patchwork:/home/od/projets/patchwork
|
||||||
p:~/freshmile/pulp
|
p:~/freshmile/pulp
|
||||||
ps:~/freshmile/pulp/Seed
|
ps:~/freshmile/pulp/Seed
|
||||||
|
@ -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,6 +137,8 @@ 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"
|
||||||
|
# coloration de la commande IP
|
||||||
|
alias ip='ip -c'
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
|
@ -9,7 +9,7 @@ minutes=15
|
|||||||
PROGRAM=`which feh`
|
PROGRAM=`which feh`
|
||||||
|
|
||||||
# Some tests
|
# Some tests
|
||||||
if [[ "$XDG_SESSION_TYPE" -eq "wayland" ]]; then
|
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
||||||
PROGRAM=`which swaymsg`
|
PROGRAM=`which swaymsg`
|
||||||
if [ -z "${PROGRAM}" ]; then
|
if [ -z "${PROGRAM}" ]; then
|
||||||
echo "This script needs the swaymsg program."
|
echo "This script needs the swaymsg program."
|
||||||
|
Loading…
Reference in New Issue
Block a user