Skip to content

ammarnajjar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • asdf

  • direnv

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

Files in repository:
.
├── LICENSE
├── README.md
├── asdf
│   ├── default-cargo-crates
│   ├── default-gems
│   ├── default-node-packages
│   └── default-python-packages
├── bat
│   └── config
├── direnv
│   └── envrc
├── 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.