https://github.com/jcalvopinam/config-files
Configuration files for most tools I use
https://github.com/jcalvopinam/config-files
ads-block bash-profile configuration-files dotfiles git scripts terminal
Last synced: about 1 month ago
JSON representation
Configuration files for most tools I use
- Host: GitHub
- URL: https://github.com/jcalvopinam/config-files
- Owner: jcalvopinam
- License: mit
- Created: 2017-03-20T01:08:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T01:44:59.000Z (4 months ago)
- Last Synced: 2026-02-12T11:40:20.262Z (4 months ago)
- Topics: ads-block, bash-profile, configuration-files, dotfiles, git, scripts, terminal
- Language: Shell
- Size: 59.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# config-files
## Configuration files for most tools I use
* ads-block
* amethyst
* bat
* brew
* docker
* fzf
* git
* ghostty
* gpg
* hyper
* intellij-idea
* kitty
* mac
* maven
* nvim
* omz
* raycast
* rectangle-pro
* sdkman
* slack
* sublime-text
* terminal
* vim
* windows-terminal
## Suggestion
* Clone the repo
```shell
cd
mkdir space
cd space
git clone https://github.com/jcalvopinam/config-files.git
```
* Install SDKMAN
```shell
curl -s "https://get.sdkman.io" | bash
```
* Create symbolic links that point to the files
```shell
ln -s ~/space/config-files/terminal/.aliases ~/
ln -s ~/space/config-files/terminal/.exports ~/
ln -s ~/space/config-files/terminal/.functions ~/
ln -s ~/space/config-files/terminal/.keybindings ~/
ln -s ~/space/config-files/terminal/.fzf.zsh ~/
ln -s ~/space/config-files/terminal/.fzf-commands ~/
ln -s ~/space/config-files/terminal/.fzf-ignore ~/
ln -s ~/space/config-files/terminal/.docker-commands ~/
ln -s ~/space/config-files/terminal/.zshrc ~/
ln -s ~/space/config-files/git/.gitignore_global ~/
ln -s ~/space/config-files/git/.gitconfig ~/
ln -s /Applications/Docker.app/Contents/Resources/etc/docker.zsh-completion /usr/local/share/zsh/site-functions/_docker
ln -s /Applications/Docker.app/Contents/Resources/etc/docker-compose.zsh-completion /usr/local/share/zsh/site-functions/_docker-compose
mkdir ~/.config
ln -s ~/space/config-files/bat ~/.config/
ln -s ~/space/config-files/kitty ~/.config/
ln -s ~/space/config-files/raycast ~/.config/
mkdir -p ~/Library/Application\ Support/Sublime\ Text/Packages/User
ln -s ~/space/config-files/sublime-text/Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text/Packages/User
```