It will be installed in the current directory (where install.sh
is run) with symlinks to the related system paths.
Make a backup for your settings, only then:
wget https://raw.githubusercontent.com/ammarnajjar/dotfiles/master/install.sh && $0 install.sh
Tools supported:
Files in repository:
.
├── LICENSE
├── README.md
├── mise
│ ├── default-cargo-crates
│ ├── default-gems
│ ├── default-node-packages
│ └── default-python-packages
├── bat
│ └── config
├── git
│ ├── config
│ └── gitmessage
├── install.sh
├── nvim
│ └── init.lua
├── shell
│ ├── bash
│ │ └── bashrc
│ ├── common.sh
│ └── zsh
│ └── zshrc
├── tmux
│ └── tmux.conf
└── vim
├── README.md
├── coc-settings.json
├── link.sh
└── vimrc.vim
This is my personal configurations, use at your own risk.