Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.67 KB

README.md

File metadata and controls

69 lines (51 loc) · 1.67 KB

Dotfiles Configurations

It will be installed in the current directory (where install.sh is run) with symlinks to the related system paths.

Usage:

Make a backup for your settings, only then:

wget https://raw.githubusercontent.com/ammarnajjar/dotfiles/master/install.sh && $0 install.sh
Tools supported:
  • neovim: by default version >= 0.5.0 is supported see init.lua.

  • vim: neovim version < 0.5.0 included, one need to link them manually though see link.sh

  • bash

  • zsh

  • git

  • tmux

  • mise

  • OS: only tested on fedora, debian unstable, ubuntu and macos.

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.