35 Commits
vif ... roc

Author SHA1 Message Date
015273df6f fix(.profile): Change battery path 2024-11-25 21:57:02 +01:00
5e658910da fix(polybar): After change from netctl to iwctl, change cardname 2024-11-25 21:53:42 +01:00
e55a5b88b0 feat(wd): Add Trognon as shortcut 2024-11-25 21:42:33 +01:00
48b26a2aa1 feat(SSH): Nouvelles machines
* suc : serveur de la maison
* deux : RPI3
* trois : RPI3
* quatre : RPI4
2024-11-25 21:42:33 +01:00
32858f5009 feat(warprc): Nouveaux raccourcis pour la commande wd
* projet effeuillage : calendrier de l'Avent
* projet graille : repas aléatoires
2024-11-25 21:42:33 +01:00
c3df1cea74 fix(Polybar): Changement du module de contraste/luminosité 2024-11-25 21:42:33 +01:00
2de9aefc66 fix(Contraste): Correction des commandes pour la luminosité 2024-11-25 21:42:33 +01:00
38f30f4f32 feat(Rotation): Démon pour la rotation automatique de l'écran 2024-11-25 21:42:33 +01:00
a285a2ced1 feat(HiDPI): Nouvel écran = adaptation de la config. 2024-11-25 21:42:33 +01:00
671c5a07d1 fix(Polybar): utilisation de la bonne carte wifi 2024-11-25 21:42:33 +01:00
59ec2a4882 fix(i3): Configuration différente
* utilisation d'une autre méthode pour le fond d'écran aléatoire
* désactivation de hamster-indicator
* ajout d'une résolution par défaut
2024-11-25 21:42:33 +01:00
81c0e7e27e feat(ZSH): plugins - add 'wd' function 2024-11-25 13:52:28 +01:00
7d426ae1ab fix(ZSH): instant prompt - fix error with ssh-agent 2024-11-24 13:28:38 +01:00
abcc7e16cb chore(ZSH): Let Oh-my-zsh. Use antidote instead + custom .zshrc 2024-11-24 00:52:10 +01:00
1c40ae6526 Merge forge.o9.re:olivier/dotfiles 2024-11-20 20:13:11 +01:00
87ca1e1efc fix(ZSH): alias - use devu instead of devu42 directory 2024-11-20 20:12:15 +01:00
c87f867b4c feat(ZSH): plugins - activate kubernetes, helm and terraform 2024-11-17 14:22:42 +01:00
f522935be9 fix(ZSH): do not use virtualenvwrapper 2024-10-20 21:05:01 +02:00
db193417c8 feat(alias): New aliases for kubectl and devu 2024-10-20 14:45:34 +02:00
cb4bc3f2d2 feat(Go): Add go PATH in PATH 2024-10-20 14:45:01 +02:00
a25bf962ff BIN: correction de random_wallpaper pour Xorg 2024-10-17 16:35:04 +02:00
fd6b431d51 WARPRC: Nouveaux raccourcis pour les projets ! 2024-10-17 11:48:57 +02:00
718dc045db Config. SSH: Ajout de plusieurs serveurs 2024-10-17 11:48:57 +02:00
9b0160cc0a i3: Amélioration de l'environnement de bureau avec:
* ajout d'Hamsket au bon bureau
* Arrêt de l'utilisation de hamster-indicator
* corrections mineures dans .tmux pour incompatibilité
2024-10-17 11:48:54 +02:00
03a2f6cafd ZSH: Ajout de la configuration de Kubernetes 2024-10-17 11:47:42 +02:00
59586947d9 ZSH: nouvel alias pour la commande ip 2024-10-17 11:47:39 +02:00
b04dfb860a PYENV: ajouté à ZSH 2024-10-17 11:46:55 +02:00
af4057e4ec fix(TMUX): Problème avec une option de TMUX 2024-03-30 22:13:10 +01:00
99c25cf2a8 fix(Raccourcis): Ajout de ~/projets/blog comme raccourci CLI 2023-12-02 12:59:22 +01:00
261eabb7f2 fix(Scripts): Correction sur la vérification wayland/Xorg 2023-12-02 12:57:57 +01:00
484b1cbbd5 ZSH: coloration syntaxique de la commande IP 2021-12-05 06:15:04 +01:00
380fef687a Kitty: Passage à xterm-256color comme valeur par défaut de TERM 2021-12-04 19:48:00 +01:00
29a6649a49 SSH: Mise à jour du serveur OVH (nouveau port 4555) 2021-12-04 19:48:00 +01:00
b70caa2bb8 Variables d'environnement : utilisation de envvars.conf pour Sway (script maison) 2021-08-09 10:01:52 +02:00
ad2e5660dd KITTY: Utilisation d'un thème DARK par défaut 2021-08-02 13:54:21 +02:00
22 changed files with 539 additions and 116 deletions

View File

@ -65,3 +65,25 @@ rofi.color-window: #002b37, #002b37, #003642
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396 rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
rofi.font: DejaVu 18
! -------------------------------------
! DPI pour écran très haute résolution
! -------------------------------------
Xft.dpi: 200
! These might also be useful depending on your monitor and personal preference:
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! --------------------------------------------------------
! Pour la police de xterm (pour Stardew Valley notamment)
! --------------------------------------------------------
XTerm.vt100.faceName: DejaVu Sans Mono:size=13:antialias=false

View File

@ -1,3 +1,7 @@
# 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
# Permet de gérer l'écran HiDPI
--force-device-scale-factor=2
# Désactive l'accélération graphique mal gérée sous Chromium
#--disable-gpu

View File

@ -1,2 +1,9 @@
# Active wayland pour Firefox # Active wayland pour Firefox
MOZ_ENABLE_WAYLAND=1 MOZ_ENABLE_WAYLAND=1
# Modifie le comportement JAVA pour PHPStorm
_JAVA_AWT_WM_NONREPARENTING=1
# Pour la résolution HiDPI
GDK_SCALE=2
GDK_DPI_SCALE=0.5
QT_AUTO_SCREEN_SCALE_FACTOR=1
QT_ENABLE_HIGHDPI_SCALING=1

View File

@ -22,7 +22,7 @@ set $mod Mod4
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:DejaVu Sans Mono 10 font pango:DejaVu Sans Mono 18
# Before i3 v4.8, we used to recommend this one as the default: # Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
@ -42,7 +42,7 @@ bindsym $mod+Shift+A kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run #bindsym $mod+d exec dmenu_run
bindsym $mod+d exec rofi -show combi bindsym $mod+d exec rofi -show combi -font "DejaVu Sans Mono 20"
# There also is the (new) i3-dmenu-desktop which only displays applications # There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.
@ -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
@ -187,8 +187,8 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume $sink -5% #decrease soun
bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle # mute sound bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle # mute sound
# Brightness controls # Brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness bindsym XF86MonBrightnessUp exec brightnessctl s +20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness bindsym XF86MonBrightnessDown exec brightnessctl s 20- # decrease screen brightness
# Player controls (via MPRIS, in example mpv-mpris) # Player controls (via MPRIS, in example mpv-mpris)
# play/pause # play/pause
@ -213,6 +213,12 @@ bindsym XF86Sleep exec systemctl suspend
## STARTUP PROGRAMS ## STARTUP PROGRAMS
### ###
# Résolution par défaut
#exec_always --no-startup-id "xrandr --output eDP1 --mode 1680x1050"
# Rotation de l'écran
exec_always --no-startup-id "libinput-xrandr-autorotate -touchscreens 'Screen0'"
# Transparency (need picom) # Transparency (need picom)
exec_always --no-startup-id "killall picom; picom -b" exec_always --no-startup-id "killall picom; picom -b"
@ -237,10 +243,10 @@ smart_gaps on
# Random wallpaper (need ~/bin/random_wallpaper from # Random wallpaper (need ~/bin/random_wallpaper from
# https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper) # https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper)
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}'`; watch -n 900 feh --randomize --bg-fill ~/wallpapers/* &"
# 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

21
.config/kitty/dark.conf Normal file
View File

@ -0,0 +1,21 @@
background #001e26
foreground #708183
cursor #708183
selection_background #002731
color0 #002731
color8 #465a61
color1 #d01b24
color9 #bd3612
color2 #728905
color10 #465a61
color3 #a57705
color11 #52676f
color4 #2075c7
color12 #708183
color5 #c61b6e
color13 #5856b9
color6 #259185
color14 #81908f
color7 #e9e2cb
color15 #fcf4dc
selection_foreground #001e26

View File

@ -18,7 +18,7 @@ bold_font Fira Code Bold
bold_italic_font Fira Code Retina bold_italic_font Fira Code Retina
# Font size (in pts) # Font size (in pts)
font_size 14.0 font_size 13.0
# The amount the font size is changed by (in pts) when increasing/decreasing # The amount the font size is changed by (in pts) when increasing/decreasing
# the font size in a running terminal. # the font size in a running terminal.
@ -184,7 +184,8 @@ rectangle_select_modifiers ctrl+alt
allow_remote_control no allow_remote_control no
# The value of the TERM environment variable to set # The value of the TERM environment variable to set
term xterm-kitty #term xterm-kitty
term xterm-256color
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution. # The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
# Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows. # Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows.
@ -425,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 ./theme.conf include ./dark.conf

View File

@ -1 +0,0 @@
./Solarized_Dark_-_Patched.conf

View File

@ -21,7 +21,7 @@ alert = #bd2c40
[bar/default] [bar/default]
;monitor = ${env:MONITOR:HDMI-1} ;monitor = ${env:MONITOR:HDMI-1}
width = 100% width = 100%
height = 27 height = 45
;offset-x = 1% ;offset-x = 1%
;offset-y = 1% ;offset-y = 1%
radius = 0 radius = 0
@ -30,29 +30,28 @@ fixed-center = false
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
line-size = 3 line-size = 5
line-color = #f00 line-color = #f00
border-size = 0 border-size = 0
border-color = #00000000 border-color = #00000000
padding-left = 0 padding-left = 0
padding-right = 2 padding-right = 1
module-margin-left = 0 module-margin-left = 0
module-margin-right = 1 module-margin-right = 1
font-0 = DejaVu Sans Mono:size=10.5;1 font-0 = DejaVu Sans Mono:size=21;1
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 ;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
font-1 = FontAwesome:size=10 font-1 = FontAwesome:size=21
font-2 = siji:pixelsize=10;1 font-2 = siji:pixelsize=21;1
modules-left = i3 modules-left = i3
modules-center = xwindow modules-center = xwindow
modules-right = xbacklight pulseaudio memory cpu wlan eth battery temperature date powermenu modules-right = backlight-acpi pulseaudio memory cpu wlan eth battery temperature date powermenu tray
tray-position = right tray-position = right
tray-padding = 2
;tray-transparent = true ;tray-transparent = true
;tray-background = #0063ff ;tray-background = #0063ff
@ -217,7 +216,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>
@ -404,4 +403,11 @@ screenchange-reload = true
margin-top = 5 margin-top = 5
margin-bottom = 5 margin-bottom = 5
[module/tray]
type = internal/tray
tray-size = 66%
tray-padding = 0
tray-spacing = 10
; vim:ft=dosini ; vim:ft=dosini

View File

@ -0,0 +1,26 @@
#!/usr/bin/env zsh
# Automatic connection
mkdir -p "${HOME}/etc/ssh";
function ssh-procure-launch-agent {
eval `ssh-agent -s -a ~/etc/ssh/ssh-agent-socket`;
ssh-add;
}
if [ ! $SSH_AGENT_PID ]; then
if [ -e ~/etc/ssh/ssh-agent-socket ] ; then
SSH_AGENT_PID=`ps -fC ssh-agent |grep 'etc/ssh/ssh-agent-socket' |sed -r 's/^\S+\s+(\S+).*$/\1/'`;
if [[ $SSH_AGENT_PID =~ [0-9]+ ]]; then
# in this case the agent has already been launched and we are just attaching to it.
##++ It should check that this pid is actually active & belongs to an ssh instance
export SSH_AGENT_PID;
SSH_AUTH_SOCK=~/etc/ssh/ssh-agent-socket; export SSH_AUTH_SOCK;
else
# in this case there is no agent running, so the socket file is left over from a graceless agent termination.
rm ~/etc/ssh/ssh-agent-socket;
ssh-procure-launch-agent;
fi;
else
ssh-procure-launch-agent;
fi;
fi;

View File

@ -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 kubectl helm terraform)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
@ -77,30 +77,6 @@ POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
POWERLEVEL9K_SHORTEN_DELIMITER="" POWERLEVEL9K_SHORTEN_DELIMITER=""
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right" POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
# User configuration
export PAGER=most
export BROWSER=elinks
export SSH_ASKPASS=qt4-ssh-askpass
export AUTEUR="Olivier DOSSMANN"
export DEFAULT_USER="od"
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
# You may need to manually set your language environment
export LANG=fr_FR.UTF-8
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
export EDITOR='nvim'
fi
# Enlève le prompt de droite après avoir appuyé sur Entrée
setopt transient_rprompt
# Compilation flags # Compilation flags
# export ARCHFLAGS="-arch x86_64" # export ARCHFLAGS="-arch x86_64"
@ -112,59 +88,10 @@ setopt transient_rprompt
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias e="${EDITOR}"
alias r="${EDITOR} -R"
alias sm="sublime_merge"
alias vi="${EDITOR}"
alias mem='free -mt'
alias df='df -hT'
alias ls='exa'
alias ll='exa -l'
alias l='exa -F'
alias rgrep='rg --no-ignore'
export GREP_COLORS='ms=01;33:mc=01;33:s1=:cx=:fn=37;ln=32:bn=32:se=36'
alias diff='colordiff'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
# évite de faire des erreurs
alias rm='rm -i'
alias cp='cp -i'
alias grep='grep --color'
# requêtes
alias https='http --verify=no --default-scheme=https'
# pytest
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"
# 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
# Connexion automatique
mkdir -p "${HOME}/etc/ssh";
function ssh-procure-launch-agent {
eval `ssh-agent -s -a ~/etc/ssh/ssh-agent-socket`;
ssh-add;
}
if [ ! $SSH_AGENT_PID ]; then
if [ -e ~/etc/ssh/ssh-agent-socket ] ; then
SSH_AGENT_PID=`ps -fC ssh-agent |grep 'etc/ssh/ssh-agent-socket' |sed -r 's/^\S+\s+(\S+).*$/\1/'`;
if [[ $SSH_AGENT_PID =~ [0-9]+ ]]; then
# in this case the agent has already been launched and we are just attaching to it.
##++ It should check that this pid is actually active & belongs to an ssh instance
export SSH_AGENT_PID;
SSH_AUTH_SOCK=~/etc/ssh/ssh-agent-socket; export SSH_AUTH_SOCK;
else
# in this case there is no agent running, so the socket file is left over from a graceless agent termination.
rm ~/etc/ssh/ssh-agent-socket;
ssh-procure-launch-agent;
fi;
else
ssh-procure-launch-agent;
fi;
fi;
# Desktop specificities for development # Desktop specificities for development
case $HOST in case $HOST in
lueur | baloo | sam) lueur | baloo | sam)
@ -175,6 +102,6 @@ case $HOST in
source /usr/share/nvm/init-nvm.sh source /usr/share/nvm/init-nvm.sh
# Virtualenv (for Python development) # Virtualenv (for Python development)
export WORKON_HOME=~/.virtualenvs export WORKON_HOME=~/.virtualenvs
source /usr/bin/virtualenvwrapper.sh #source /usr/bin/virtualenvwrapper.sh
;; ;;
esac esac

View File

@ -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

View File

@ -0,0 +1,33 @@
#!/bin/zsh
#
# .zsh_plugins.txt - antidote plugins file
#
# Completions
mattmc3/ez-compinit
zsh-users/zsh-completions kind:fpath path:src
aloxaf/fzf-tab # Remove if you don't use fzf
# Completion styles
belak/zsh-utils path:completion/functions kind:autoload post:compstyle_zshzoo_setup
# Keybindings
belak/zsh-utils path:editor
# History
belak/zsh-utils path:history
# Prompt
romkatv/powerlevel10k
# Utilities
belak/zsh-utils path:utility
romkatv/zsh-bench kind:path
ohmyzsh/ohmyzsh path:plugins/extract
# a kind of "cd" with shortcuts
mfaerevaag/wd
# Other Fish-like features
zdharma-continuum/fast-syntax-highlighting # Syntax highlighting
zsh-users/zsh-autosuggestions # Auto-suggestions
zsh-users/zsh-history-substring-search # Up/Down to search history

40
.config/zsh/.zshrc Normal file
View File

@ -0,0 +1,40 @@
#!/usr/bin/env zsh
# Scripts that should be loaded before instant prompt
# because they ask something in prompt
source ${ZDOTDIR:-$HOME}/.before.zshrc.zsh
# Enable Powerlevel10k instant prompt. Should stay close to the top of .zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Load fzf
source /usr/share/fzf/completion.zsh
source /usr/share/fzf/key-bindings.zsh
# Clone antidote if necessary.
if [[ ! -d ${ZDOTDIR:-$HOME}/.antidote ]]; then
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-$HOME}/.antidote
fi
# Create an amazing Zsh config using antidote plugins.
source ${ZDOTDIR:-$HOME}/.antidote/antidote.zsh
antidote load
# Enlève le prompt de droite après avoir appuyé sur Entrée
setopt transient_rprompt
# Source anything in .zshrc.d.
for _rc in ${ZDOTDIR:-$HOME}/.zshrc.d/*.zsh; do
# Ignore tilde files.
if [[ $_rc:t != '~'* ]]; then
source "$_rc"
fi
done
unset _rc
# To customize prompt, run `p10k configure` or edit .p10k.zsh.
[[ ! -f ${ZDOTDIR:-$HOME}/.p10k.zsh ]] || source ${ZDOTDIR:-$HOME}/.p10k.zsh

View File

@ -0,0 +1,237 @@
#!/usr/bin/env zsh
# editor
alias e="${EDITOR}"
alias r="${EDITOR} -R"
alias sm="sublime_merge"
alias vi="${EDITOR}"
# system
alias mem='free -mt'
alias df='df -hT'
# navigation
alias ls='eza'
alias ll='eza -lah --group --smart-group --icons'
alias l='eza -F'
# web
alias https='http --verify=no --default-scheme=https'
# search
alias rgrep='rg --no-ignore'
# add colors to some commands
alias diff='colordiff'
export GREP_COLORS='ms=01;33:mc=01;33:s1=:cx=:fn=37;ln=32:bn=32:se=36'
alias grep='grep --color'
alias ip='ip -c'
# dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
# be careful!
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# pytest
alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
# k8s
alias k='kubectl'
# miscellaneous
alias devu="${HOME}/devu/devu/devu"
# git
alias ga='git add'
alias gaa='git add --all'
alias gam='git am'
alias gama='git am --abort'
alias gamc='git am --continue'
alias gams='git am --skip'
alias gamscp='git am --show-current-patch'
alias gap='git apply'
alias gapa='git add --patch'
alias gapt='git apply --3way'
alias gau='git add --update'
alias gav='git add --verbose'
alias gb='git branch'
alias gbD='git branch --delete --force'
alias gba='git branch --all'
alias gbd='git branch --delete'
alias gbl='git blame -w'
alias gbm='git branch --move'
alias gbnm='git branch --no-merged'
alias gbr='git branch --remote'
alias gbs='git bisect'
alias gbsb='git bisect bad'
alias gbsg='git bisect good'
alias gbsn='git bisect new'
alias gbso='git bisect old'
alias gbsr='git bisect reset'
alias gbss='git bisect start'
alias gc='git commit --verbose'
alias 'gc!'='git commit --verbose --amend'
alias gcB='git checkout -B'
alias gca='git commit --verbose --all'
alias 'gca!'='git commit --verbose --all --amend'
alias gcam='git commit --all --message'
alias 'gcan!'='git commit --verbose --all --no-edit --amend'
alias 'gcann!'='git commit --verbose --all --date=now --no-edit --amend'
alias 'gcans!'='git commit --verbose --all --signoff --no-edit --amend'
alias gcas='git commit --all --signoff'
alias gcasm='git commit --all --signoff --message'
alias gcb='git checkout -b'
alias gcd='git checkout $(git_develop_branch)'
alias gcf='git config --list'
alias gcl='git clone --recurse-submodules'
alias gclean='git clean --interactive -d'
alias gclf='git clone --recursive --shallow-submodules --filter=blob:none --also-filter-submodules'
alias gcm='git checkout $(git_main_branch)'
alias gcmsg='git commit --message'
alias gcn='git commit --verbose --no-edit'
alias 'gcn!'='git commit --verbose --no-edit --amend'
alias gco='git checkout'
alias gcor='git checkout --recurse-submodules'
alias gcount='git shortlog --summary --numbered'
alias gcp='git cherry-pick'
alias gcpa='git cherry-pick --abort'
alias gcpc='git cherry-pick --continue'
alias gcs='git commit --gpg-sign'
alias gcsm='git commit --signoff --message'
alias gcss='git commit --gpg-sign --signoff'
alias gcssm='git commit --gpg-sign --signoff --message'
alias gd='git diff'
alias gdca='git diff --cached'
alias gdct='git describe --tags $(git rev-list --tags --max-count=1)'
alias gdcw='git diff --cached --word-diff'
alias gds='git diff --staged'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdup='git diff @{upstream}'
alias gdw='git diff --word-diff'
alias gf='git fetch'
alias gfa='git fetch --all --tags --prune --jobs=10'
alias gfg='git ls-files | grep'
alias gfo='git fetch origin'
alias gg='git gui citool'
alias gga='git gui citool --amend'
alias ggpull='git pull origin "$(git_current_branch)"'
alias ggpush='git push origin "$(git_current_branch)"'
alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'
alias ghh='git help'
alias gignore='git update-index --assume-unchanged'
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
alias git-svn-dcommit-push='git svn dcommit && git push github $(git_main_branch):svntrunk'
alias gl='git pull'
alias glg='git log --stat'
alias glgg='git log --graph'
alias glgga='git log --graph --decorate --all'
alias glgm='git log --graph --max-count=10'
alias glgp='git log --stat --patch'
alias glo='git log --oneline --decorate'
alias glod='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset"'
alias glods='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset" --date=short'
alias glog='git log --oneline --decorate --graph'
alias gloga='git log --oneline --decorate --graph --all'
alias glol='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset"'
alias glola='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset" --all'
alias glols='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset" --stat'
alias gluc='git pull upstream $(git_current_branch)'
alias glum='git pull upstream $(git_main_branch)'
alias gm='git merge'
alias gma='git merge --abort'
alias gmc='git merge --continue'
alias gmff='git merge --ff-only'
alias gmom='git merge origin/$(git_main_branch)'
alias gms='git merge --squash'
alias gmtl='git mergetool --no-prompt'
alias gmtlvim='git mergetool --no-prompt --tool=vimdiff'
alias gmum='git merge upstream/$(git_main_branch)'
alias gp='git push'
alias gpd='git push --dry-run'
alias gpf='git push --force-with-lease --force-if-includes'
alias 'gpf!'='git push --force'
alias gpoat='git push origin --all && git push origin --tags'
alias gpod='git push origin --delete'
alias gpr='git pull --rebase'
alias gpra='git pull --rebase --autostash'
alias gprav='git pull --rebase --autostash -v'
alias gpristine='git reset --hard && git clean --force -dfx'
alias gprom='git pull --rebase origin $(git_main_branch)'
alias gpromi='git pull --rebase=interactive origin $(git_main_branch)'
alias gprum='git pull --rebase upstream $(git_main_branch)'
alias gprumi='git pull --rebase=interactive upstream $(git_main_branch)'
alias gprv='git pull --rebase -v'
alias gpsup='git push --set-upstream origin $(git_current_branch)'
alias gpsupf='git push --set-upstream origin $(git_current_branch) --force-with-lease --force-if-includes'
alias gpu='git push upstream'
alias gpv='git push --verbose'
alias gr='git remote'
alias gra='git remote add'
alias grb='git rebase'
alias grba='git rebase --abort'
alias grbc='git rebase --continue'
alias grbd='git rebase $(git_develop_branch)'
alias grbi='git rebase --interactive'
alias grbm='git rebase $(git_main_branch)'
alias grbo='git rebase --onto'
alias grbom='git rebase origin/$(git_main_branch)'
alias grbs='git rebase --skip'
alias grbum='git rebase upstream/$(git_main_branch)'
alias grev='git revert'
alias greva='git revert --abort'
alias grevc='git revert --continue'
alias grf='git reflog'
alias grh='git reset'
alias grhh='git reset --hard'
alias grhk='git reset --keep'
alias grhs='git reset --soft'
alias grm='git rm'
alias grmc='git rm --cached'
alias grmv='git remote rename'
alias groh='git reset origin/$(git_current_branch) --hard'
alias grrm='git remote remove'
alias grs='git restore'
alias grset='git remote set-url'
alias grss='git restore --source'
alias grst='git restore --staged'
alias gru='git reset --'
alias grup='git remote update'
alias grv='git remote --verbose'
alias gsb='git status --short --branch'
alias gsd='git svn dcommit'
alias gsh='git show'
alias gsi='git submodule init'
alias gsps='git show --pretty=short --show-signature'
alias gsr='git svn rebase'
alias gss='git status --short'
alias gst='git status'
alias gsta='git stash push'
alias gstaa='git stash apply'
alias gstall='git stash --all'
alias gstc='git stash clear'
alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --patch'
alias gsu='git submodule update'
alias gsw='git switch'
alias gswc='git switch --create'
alias gswd='git switch $(git_develop_branch)'
alias gswm='git switch $(git_main_branch)'
alias gta='git tag --annotate'
alias gts='git tag --sign'
alias gtv='git tag | sort -V'
alias gunignore='git update-index --no-assume-unchanged'
alias gunwip='git rev-list --max-count=1 --format="%s" HEAD | grep -q "\--wip--" && git reset HEAD~1'
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign --message "--wip-- [skip ci]"'
alias gwipe='git reset --hard && git clean --force -df'
alias gwt='git worktree'
alias gwta='git worktree add'
alias gwtls='git worktree list'
alias gwtmv='git worktree move'
alias gwtrm='git worktree remove'

View File

@ -15,17 +15,29 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do
done done
# Pour la batterie des ordinateurs portables (~/bin/battery) # Pour la batterie des ordinateurs portables (~/bin/battery)
#export BATPATH="/sys/class/power_supply/BAT0" export BATPATH="/sys/class/power_supply/BAT0"
# Permit DBUS to be launched # Permit DBUS to be launched
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then 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
fuz | fuztest) fuz | fuztest)
variables_file="${HOME}/.config/environment.d/envvars.conf"
if [[ -f "${variables_file}" ]]; then
# charge seulement les lignes sans "#" (non commentées)
for line in `cat "${variables_file}"|grep -Ev '^#'`; do
export "$line"
done
fi
exec sway exec sway
;; ;;
*) *)
@ -33,3 +45,4 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
;; ;;
esac esac
fi fi
# vim: ts=2 sw=2 et nu

View File

@ -26,7 +26,7 @@ Port 22
Host ovh Host ovh
Hostname 37.187.17.29 Hostname 37.187.17.29
User od User od
Port 22 Port 4555
# ?? # ??
Host pi Host pi
@ -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 du salon (Beelink) - SMB / miniDLNA
Host suc
Hostname 192.168.1.42
User od
Port 22
## Labo K8s RPI
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

View File

@ -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

10
.warprc
View File

@ -1,9 +1,9 @@
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
graille:~/projets/graille
ops:~/projets/ops
patchwork:/home/od/projets/patchwork patchwork:/home/od/projets/patchwork
p:~/freshmile/pulp trognon:~/projets/trognon
ps:~/freshmile/pulp/Seed
s:~/freshmile/seed
z:~/freshmile/zest
zs:~/freshmile/zest/Seed

41
.zshenv
View File

@ -1,8 +1,39 @@
#!/usr/bin/env zsh
#
# ENVIRONMENT VARIABLES ONLY
# Cf. https://wiki.archlinux.org/title/XDG_Base_Directory
export XDG_CONFIG_HOME=$HOME/.config
# Default editor
export EDITOR='nvim'
# ZSH
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export HISTFILE="$ZDOTDIR/.zhistory" # History filepath
export HISTSIZE=10000 # Maximum events for internal history
export SAVEHIST=10000 # Maximum events in history file
# PATH
typeset -U PATH path typeset -U PATH path
path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]") path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]", "$(go env GOPATH)/bin")
export PATH export PATH
# Autocomplètement supplémentaire (Docker) # Language environment
if [ -d "$HOME/.zsh/completion" ] ; then export LANG=fr_FR.UTF-8
fpath=(~/.zsh/completion $fpath)
fi # Reading / Browse (manpages, websites, etc.)
export PAGER=most
export BROWSER=elinks
# SSH
export SSH_ASKPASS=qt4-ssh-askpass
# Python
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
# k8s
export KUBECONFIG=$HOME/kubeconfig

View File

@ -7,15 +7,16 @@
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" -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."
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"