{"id":17317291,"url":"https://github.com/mauriciopoppe/dotfiles","last_synced_at":"2025-04-14T15:21:20.426Z","repository":{"id":35732982,"uuid":"40011641","full_name":"mauriciopoppe/dotfiles","owner":"mauriciopoppe","description":"My dotfiles, always a work in progress","archived":false,"fork":false,"pushed_at":"2025-03-25T22:40:45.000Z","size":1079,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T23:27:11.965Z","etag":null,"topics":["dotfiles","linux","macos","nvim","tmux","zsh"],"latest_commit_sha":null,"homepage":"https://www.mauriciopoppe.com/notes/misc/productivity-skills/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauriciopoppe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-31T15:24:35.000Z","updated_at":"2025-03-25T22:40:49.000Z","dependencies_parsed_at":"2024-02-03T00:25:53.165Z","dependency_job_id":"62e1bea0-e244-4da2-aca0-8e8c4db1b609","html_url":"https://github.com/mauriciopoppe/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauriciopoppe%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauriciopoppe%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauriciopoppe%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauriciopoppe%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauriciopoppe","download_url":"https://codeload.github.com/mauriciopoppe/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904622,"owners_count":21180836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotfiles","linux","macos","nvim","tmux","zsh"],"created_at":"2024-10-15T13:16:08.212Z","updated_at":"2025-04-14T15:21:20.401Z","avatar_url":"https://github.com/mauriciopoppe.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mauricio Poppe's dotfiles\n\n![platform macos](https://img.shields.io/badge/platform-macOS-orange.svg)\n![platform linux](https://img.shields.io/badge/platform-linux-blue.svg)\n\n## Features\n\n- Installation fully automated with a simple [script](https://github.com/mauriciopoppe/dotfiles/blob/master/zsh/bin/dotfiles)\n- Install only what you need e.g. if you want to test my Neovim configuration execute `dotfiles neovim`\n\n## Requirements\n\n### MacOS\n\n- XCode Command Line Tools, if you don't have it install it with `xcode-select --install`\n- zsh (installed by default on OSX)\n\n### Linux\n\n- zsh\n\n## Installation\n\n```\ncd ~\ngit clone https://github.com/mauriciopoppe/dotfiles .dotfiles\ncd .dotfiles\nsource install.sh\n```\n\nThe script above will add `~/.dotfiles/zsh/bin/` to your `PATH` for the current session\n\nAll operations are done through the `dotfiles` script\n\n```\ndotfiles --help\n```\n\n| Important notes about the installer |\n| ---- |\n| make sure you read the `install.zsh` script and the README file included on each directory before executing `$ dotfiles \u003ccommand\u003e` |\n| executing `$ dotfiles \u003ccommand\u003e` might symlink some files of this repo to your dotfiles, this script makes a backup of already existing files as `[name].backup` |\n\nFor example if you want to install my configuration of tmux execute\n\n```\ndotfiles tmux\n```\n\nWhich calls the `install.zsh` script located inside the `tmux/` folder, you\ncan do this with all the first level directories of this repo e.g. `$ dotfiles\n[zsh|tmux|neovim|...]`\n\n### Post installation\n\n- Install Alfred 4, remap \u003ckbd\u003ecmd+spacebar\u003c/kbd\u003e following https://www.alfredapp.com/help/troubleshooting/cmd-space/.\n- Remap \u003ckbd\u003ecaps lock\u003c/kbd\u003e to \u003ckbd\u003econtrol\u003c/kbd\u003e *preferences \u003e search for: \"keyboard shortcuts\"*\n- Hide dock *preferences \u003e search for: \"dock\"*\n- Zoom with ctrl + scroll *preferences \u003e search for: \"Use scroll gesture with modifier keys to zoom\"*\n- Update fonts in/out of tmux: `bash -x zsh/term/fix-terminfo.sh`\n- Install a patched font from [nerd fonts](https://www.nerdfonts.com/) (I'm currently using *Inconsolata go*)\n\n#### iTerm 2\n\n- Install the profiles located at `@macos/iTerm2/Profiles.json`, *iTerm \u003e preferences \u003e profiles \u003e import JSON profiles*\n\n![Screen Shot 2021-01-12 at 9 05 27 PM](https://user-images.githubusercontent.com/1616682/104408983-24369680-551a-11eb-8208-7a45a6061d93.jpg)\n\n- Set the downloaded font on iTerm *iTerm \u003e preferences \u003e profiles \u003e text* (change it for both regular and non-ascii fonts)\n- Uncheck *use lion-style full screen* on General\n- iTerm themes are located in the same folder.\n\n## What's included? And how to customize it?\n\nRefer to the file `install.zsh` that each folder has, after cloning the repo you\ncan add whatever you need inside each installation script\n\n## Screenshot\n\nI talk about my workflow in this article: https://www.mauriciopoppe.com/notes/misc/productivity-skills\n\n[![asciicast](https://asciinema.org/a/h9bEclMKVl9SONRqMe3yoyryF.svg)](https://asciinema.org/a/h9bEclMKVl9SONRqMe3yoyryF)\n\n## Study links\n\n- [vim primer](https://danielmiessler.com/study/vim/)\n- [tmux primer](https://danielmiessler.com/study/tmux/)\n\n## Credits\n\nBig parts of my dotfiles were inspired (in most cases copied :P) from other dotfiles, I wanna thank the following people for their contribution to the open\nsource community\n\n- [Rafael Bodill](https://github.com/rafi/vim-config)\n- [b4b4r07](https://github.com/b4b4r07/dotfiles)\n- [Terry Ma](https://github.com/terryma/dotfiles)\n- [Bruno Sutic](https://github.com/nicknisi/dotfiles)\n- [Nicolas Gallagher](https://github.com/necolas/dotfiles)\n- [Nick Nisi](https://github.com/bruno-/dotfiles)\n- [Mislav Marohnić](https://github.com/mislav/dotfiles)\n- [Martin Toma](https://github.com/martin-svk/dot-files)\n\nThank you all!\n\n2015-Present\n\n[tpm]: https://github.com/tmux-plugins/tpm\n[vim-plug]: https://github.com/junegunn/vim-plug\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauriciopoppe%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauriciopoppe%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauriciopoppe%2Fdotfiles/lists"}