{"id":16645132,"url":"https://github.com/rcclemente/dotfiles","last_synced_at":"2026-05-23T11:05:38.263Z","repository":{"id":118303506,"uuid":"96018135","full_name":"rcclemente/dotfiles","owner":"rcclemente","description":"config files","archived":false,"fork":false,"pushed_at":"2025-03-12T06:16:33.000Z","size":2342,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T06:26:29.113Z","etag":null,"topics":["tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcclemente.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-02T11:11:31.000Z","updated_at":"2025-03-12T06:16:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d0a4900-7876-4e0b-a3cf-1c2eb3500a8a","html_url":"https://github.com/rcclemente/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/rcclemente%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcclemente%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcclemente%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcclemente%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcclemente","download_url":"https://codeload.github.com/rcclemente/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243180145,"owners_count":20249237,"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":["tmux","vim"],"created_at":"2024-10-12T08:13:22.832Z","updated_at":"2026-05-23T11:05:38.256Z","avatar_url":"https://github.com/rcclemente.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n- [Intro](#intro)\n- [Installation](#installation)\n  - [Prequisites](#prequisites)\n  - [Iterm](#iterm)\n  - [Zsh](#zsh)\n  - [Tmux](#tmux)\n  - [Neovim](#neovim)\n\n## Intro\n\nCollection for configurations for the following\n\n- Iterm\n- ZSH\n- Nvim\n- Code searching with ctags\n\n## Installation\n\n### Prequisites\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)\"\n\nbrew install wget fzf ack the_silver_searcher git \\\n      thefuck reattach-to-user-namespace node java \\\n      ripgrep fd zsh-autosuggestions rbenv lazygit luarocks \\\n      mise genact mole z mic-drop\n\n# set the default browser in the command line\nbrew install brew install jwbargsten/misc/defbro\n\nmise use aws-vault@latest\nmise use kubectl@latest\nmise use kubectx@latest\n\ngit clone git@github.com:rcclemente/dotfiles.git ~/dotfiles\nmkdir ~/.config\n```\n\nBartender alternative\n- Use `Hidden Bar` in App Store\n\n\n### Iterm\n\n- Download at [Context: \"https://www.iterm2.com/downloads.html\"]\n\n### Fzf\n\n```bash\ncd ~\ngit clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf\n~/.fzf/install\n```\n\n#### Dracula theme\n\n- Download the theme\n\n```bash\ngit clone https://github.com/dracula/iterm.git ~/iterm_dracula\n```\n\n- Configure iterm\n\n1. iTerm2 \u003e Preferences \u003e Profiles \u003e Colors Tab\n1. Open the Color Presets... drop-down in the bottom right corner\n1. Select Import... from the list\n1. Select the Dracula.itermcolors file from ~/iterm_dracula\n1. Select the Dracula from Color Presets...\n\n- Delete\n\n```bash\nrm -rf ~/iterm_dracula\n```\n\n#### Fonts\n\n- Use Nerdfonts\n\n```sh\nbrew tap homebrew/cask-fonts\nbrew install font-hasklug-nerd-font\nbrew install font-jetbrains-mono-nerd-font\nbrew install font-hack-nerd-font\n```\n\n-- download all\n\n```sh\nhttps://gist.github.com/davidteren/898f2dcccd42d9f8680ec69a3a5d350e\n```\n\n- Powerline fonts\n\n```sh\ncd ~\ngit clone https://github.com/powerline/fonts.git\ncd fonts\n./install.sh\ncd ..\nrm -rf fonts\n```\n\n## Zsh\n\n- Switch to zsh\n\n```sh\nchsh -s /bin/zsh\n```\n\n### Oh My Zsh\n\n- Download [Context: \"https://github.com/ohmyzsh/ohmyzsh#getting-started\"]\n\n```sh\nsh -c \"$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n\n```\n\n- Install Theme - https://github.com/romkatv/powerlevel10k#manual\n\n```\ngit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k\nln -s ~/dotfiles/zshrc .zshrc\n```\n\noptional:\n\n```\nSet `ZSH_THEME=\"powerlevel10k/powerlevel10k\"` in `~/.zshrc`.\n\n```\n\nConfigure\n\n```\np10k configure\n```\n\n\n## Tmux\n\n```\nbrew install tmux\nrm ~/.tmux.conf\nln -s dotfiles/tmux.conf ~/.tmux.conf\n```\n\n## Neovim\n\n```\nbrew install neovim\nmkdir ~/.config\nln -s dotfiles/nvim ~/.config/\n```\n\n#### Colors\n\n```\ncd ~\ngit clone https://github.com/flazz/vim-colorschemes.git\ncp -R vim-colorschemes/colors dotfiles/nvim/\nrm -rf vim-colorschemes\n```\n\n#### Vim Plug\n\n```\ncurl -fLo $HOME/.config/nvim/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\n#### Ctags\n\n- Install\n\n```\nbrew install ctags\n```\n\n- Create the tags for your local ruby/rails project\n\n```\nctags --exclude=log --exclude=.git --recurse . `bundle show --paths` ``\n```\n\n### Solargraph for ruby coc\n\n- Download command line tools https://developer.apple.com/download/more/\n\n- Switch to the right commandline tools(should have been downloaded in the apple developer site)\n\n```\nsudo xcode-select --switch /Library/Developer/CommandLineTools\nsudo gem install solargraph\n```\n\n- And then restore afterwards with\n\n```\nsudo xcode-select --switch /Applications/Xcode.app\n\n```\n\n- Inside nvim\n\n```lua\n:PlugInstall\n:CocInstall coc-solargraph coc-css coc-html coc-json coc-tsserver\n```\n\n### MarkDown Preview\n\n- After install inside nvim\n\n```\n:source %\n:PluginInstall\n:call mkdp#util#install()\n```\n\n### Set as git editor\n\n```\ngit config --global core.editor \"nvim\"\n```\n\n### aws-vault\n\nhttps://github.com/99designs/aws-vault/issues/444\n\n## Raw links\n\nhttps://raw.githubusercontent.com/rcclemente/dotfiles/master/tmux.conf\n\n## Additional Apps\n\n#### Sleep, Lock... etc\nhttps://github.com/siong1987/shortcuts\n\n#### Window app manger\nhttps://rectangleapp.com/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcclemente%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcclemente%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcclemente%2Fdotfiles/lists"}