{"id":13897949,"url":"https://github.com/agilecreativity/dotfiles","last_synced_at":"2026-05-08T15:43:54.003Z","repository":{"id":13709430,"uuid":"16403386","full_name":"agilecreativity/dotfiles","owner":"agilecreativity","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2023-02-07T21:46:01.000Z","size":41954,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T15:15:13.125Z","etag":null,"topics":["dotfiles","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agilecreativity.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}},"created_at":"2014-01-31T08:43:27.000Z","updated_at":"2023-02-07T21:48:59.000Z","dependencies_parsed_at":"2024-02-23T11:56:14.057Z","dependency_job_id":null,"html_url":"https://github.com/agilecreativity/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/agilecreativity%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilecreativity","download_url":"https://codeload.github.com/agilecreativity/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":257321489,"owners_count":22527542,"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","shell","zsh"],"created_at":"2024-08-06T18:03:58.057Z","updated_at":"2026-05-08T15:43:48.951Z","avatar_url":"https://github.com/agilecreativity.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"## dotfiles\n\nThis is my dotfiles that I used for quite a while. If you like to use it please\nfollow the simple instruction for installation. You may have to edit/adjust\nto your own environment when applicable.\n\n## Installation\n\nRun the following command:\n\n```\nmkdir -p ~/apps\ngit clone https://github.com/agilecreativity/dotfiles.git ~/apps/dotfiles\ncd ~/apps/dotfiles\n./install\n```\n\nSee the file `install` for more detail.\n\n```sh\n#/usr/bin/env bash\nset -e\n\n# The public dotfiles\nDOTFILES=$HOME/apps/dotfiles\nPRIVATE_DOTFILES=$HOME/apps/private-dotfiles\n\n# Remove existing symlinks first! (destructive)\necho \"Remove old symlinks...\"\nrm -rf ~/.ackrc\nrm -rf ~/.agignore\nrm -rf ~/.aprc\nrm -rf ~/.editorconfig\nrm -rf ~/.gitconfig\nrm -rf ~/.gitconfig\nrm -rf ~/.gitignore\nrm -rf ~/.tmux.conf\n\n## NOTE: need to adjust this if running under Linux instead of OSX\nrm -rf ~/.xrayconfig\nrm -rf ~/.zshrc\nrm -rf ~/.pryrc\n\n## Clojure Development\nrm -rf ~/.boot/boot.properties\nrm -rf ~/.boot/profile.boot\nrm -rf ~/.lein/profile.clj\n\necho \"Create new symlinks...\"\nln -s $DOTFILES/ack/ackrc $HOME/.ackrc\nln -s $DOTFILES/agignore $HOME/.agignore\nln -s $DOTFILES/aprc $HOME/.aprc\nln -s $DOTFILES/editorconfig $HOME/.editorconfig\nln -s $DOTFILES/env/zshrc $HOME/.zshrc\nln -s $DOTFILES/gitignore $HOME/.gitignore\nln -s $DOTFILES/tmux/tmux.conf $HOME/.tmux.conf\nln -s $DOTFILES/xrayconfig $HOME/.xrayconfig\nln -s $DOTFILES/pryrc $HOME/.pryrc\nln -s $PRIVATE_DOTFILES/gitconfig $HOME/.gitconfig\n\n## For Clojure Development\nmkdir -p ~/.boot\nln -s $DOTFILES/clojure/boot.properties $HOME/.boot/boot.properties\nln -s $DOTFILES/clojure/profile.boot $HOME/.boot/profile.boot\n\nmkdir -p ~/.lein\nln -s $DOTFILES/clojure/profile.clj $HOME/.lein/profile.clj\n\ngit config --global core.excludesfile '~/.gitignore'\necho \"Happy Hacking!\"!\n```\n\nIf you are using ruby you may also run `install-rbenv` (optional)\n\n### Experimental only\n\nThis is my personal way to quickly get my personal settings to work in the new machine.\n\nNote: this rely on my `private-dotfiles` that contains some personal settings so you will need to remove any\nreferences in the script above first to make it work for you.\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/agilecreativity/dotfiles/master/setup)\"\n```\n\n### Note\n\n- [seoul256-gnome-terminal](https://github.com/anuragsoni/seoul256-gnome-terminal)\n- [Solarized Color for Gnome](git@github.com:Anthony25/gnome-terminal-colors-solarized.git)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilecreativity%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fdotfiles/lists"}