Featured image of post Mon environnement

Mon environnement

comment travailler proprement ?

Visual studio code

  • Tasks

  • Les extensions

pour comparer 2 fichiers: palette fichier: comparer le fichier actif avec …

Mon terminal

shell -> zsh

https://blog.zhaytam.com/2019/04/19/powerline-and-zshs-agnoster-theme-in-vs-code/

tmux

.tmux.conf

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
set-option -g default-terminal "screen-256color"
set -g mouse on

# Add keybind for maximizing and minimizing tmux pane
bind -r m resize-pane -Z

# tmux plugin manager
set -g @plugin 'tmux-plugins/tpm'

# list of tmux plugins
set -g @plugin 'jimeh/tmux-themepack' # to configure tmux theme
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes

set -g @themepack 'powerline/default/cyan' # use this theme for tmux

set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
set -g @continuum-restore 'on' # enable tmux-continuum functionality

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

speed test

https://github.com/ddo/fast/releases

snap Install fast

Ou si vous êtes sous Mac, vous pouvez aussi faire un petit :

brew install fast

Avoir son ip publique

curl ifconfig.me/ip

CC BY-NC-ND
Dernière mise à jour le Jul 07, 2022 00:00 UTC
comments powered by Disqus
Généré avec Hugo
Thème Stack conçu par Jimmy