1
0
Fork
You've already forked dotfiles
0
My configuration files, bash utilities, etc
  • Shell 52.6%
  • Lua 47.2%
  • Makefile 0.2%
2026年06月19日 10:43:17 -03:00
bash Add a script to download and install Mattermost 2026年03月31日 11:28:04 -03:00
cinnamon/.config/cinnamon/backgrounds Add background configs for cinnamon 2024年09月17日 14:07:16 -03:00
conda Install and use spellcheck LSPs in Helix 2026年03月29日 16:17:02 -03:00
editorconfig Use 2 spaces on yaml files as well 2026年03月04日 10:47:06 -03:00
git Configure using Helix as editor for most things 2026年03月20日 16:09:28 -03:00
helix/.config/helix I actually didn't like the line selection changes to helix 2026年06月19日 10:43:17 -03:00
nvim/.config/nvim Update neovim lspconfig and tree-sitter settings 2026年03月04日 10:45:36 -03:00
terminator/.config/terminator Use the Atkinson font on the terminal 2026年04月22日 10:37:43 -03:00
tmux Use GNU stow to manage the config files 2024年05月03日 16:57:39 -03:00
.gitignore Add some new words to english vim dict 2024年09月18日 15:12:05 -03:00
LICENSE Add the MIT License 2018年12月26日 11:52:25 -10:00
Makefile Add basic configuration for Helix 2026年03月20日 17:27:52 -03:00
README.md Use GNU stow to manage the config files 2024年05月03日 16:57:39 -03:00

My personal config files

This is a repository to keep my linux configuration files and utilities. Don't forget to backup your personal files before trying to run the commands below!

Setting up a new computer

I never remember this so I thought I'd write it down.

  1. Install GNU stow
  2. Clone the repository:
    git clone git@github.com:leouieda/dotfiles.git
    
  3. Create the symlinks in the home directory:
    make sync