<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Poste de travail :: Ma documentation</title><link>http://quentinpigne.github.io/workspace/index.html</link><description>Cette rubrique présente les différents articles liés à l’environnement de travail.
Gestion des fichiers de config Git Sparse checkout et Sparse index NeoVim Raccourcis clavier Linux Installation d'un serveur Ubuntu Commandes utiles RedHat Windows</description><generator>Hugo</generator><language>fr-FR</language><atom:link href="http://quentinpigne.github.io/workspace/index.xml" rel="self" type="application/rss+xml"/><item><title>Gestion des fichiers de config</title><link>http://quentinpigne.github.io/workspace/dotfiles/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://quentinpigne.github.io/workspace/dotfiles/index.html</guid><description>Ce document vise a donner une méthode pour sauvegarder les fichiers de config de sa machine.
Initialisation du repository Commencer par créer un bare-repository Git .dotfiles afin de pouvoir versionner les fichiers souhaités
git init --bare $HOME/.dotfiles Puis créer un alias dotfiles afin de faciliter l’utilisation de ce repository
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' Configurer git pour qu’il n’affiche pas les fichiers non inclus
dotfiles config --local status.showUntrackedFiles no Il peut être utile de créer une branche par ordinateur</description></item><item><title>Git</title><link>http://quentinpigne.github.io/workspace/git/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://quentinpigne.github.io/workspace/git/index.html</guid><description>Sparse checkout et Sparse index</description></item><item><title>NeoVim</title><link>http://quentinpigne.github.io/workspace/neovim/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://quentinpigne.github.io/workspace/neovim/index.html</guid><description>Distributions LazyVim AstroVim NvChad Plugins Plugins Manager lazy.nvim LSP (Language Server Protocol) Manager nvim-lspconfig Installer mason.nvim mason-lspconfig.nvim Autocompletion nvim-cmp cmp-nvim-lsp cmp-buffer cmp-path Syntax nvim-treesitter nvim-treesitter-textobjects nvim-treesitter-context Keybinding which-key.nvim Git gitsigns.nvim Themes tokyonight.nvim</description></item><item><title>Linux</title><link>http://quentinpigne.github.io/workspace/linux/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://quentinpigne.github.io/workspace/linux/index.html</guid><description>Installation d'un serveur Ubuntu Commandes utiles RedHat</description></item><item><title>Windows</title><link>http://quentinpigne.github.io/workspace/windows/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://quentinpigne.github.io/workspace/windows/index.html</guid><description/></item></channel></rss>