Xavier2p / dotfiles

dotfiles, just one command to make an UNIX system mine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

██████╗  ██████╗ ████████╗███████╗██╗██╗     ███████╗███████╗
██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝██║██║     ██╔════╝██╔════╝
██║  ██║██║   ██║   ██║   █████╗  ██║██║     █████╗  ███████╗
██║  ██║██║   ██║   ██║   ██╔══╝  ██║██║     ██╔══╝  ╚════██║
██████╔╝╚██████╔╝   ██║   ██║     ██║███████╗███████╗███████║
╚═════╝  ╚═════╝    ╚═╝   ╚═╝     ╚═╝╚══════╝╚══════╝╚══════╝

dotfiles

This repo store all (or almost) my dotfiles.

Installation

1. Clone this repo

git clone git@github.com:Xavier2p/dotfiles.git ~/.config/dotfiles && cd ~/.config/dotfiles

2. Run the install script

make

3. Reload your shell

source ~/.zshrc

Tree

~
├── .config
│   ├── dotfiles
│   │   ├── config
│   │   │   ├── alacritty.yml       => ~/.config/alacritty/alacritty.yml
│   │   │   ├── conf.vim            => ~/.vimrc
│   │   │   ├── git.conf            => ~/.gitconfig
│   │   │   ├── global.gitignore
│   │   │   ├── neofetch.conf       => ~/.config/neofetch/config.conf
│   │   │   └── starship.toml
│   │   ├── plugins
│   │   │   └── codestats
│   │   ├── scripts
│   │   │   ├── config.sh
│   │   │   ├── install.sh
│   │   │   └── update.sh
│   │   ├── shell
│   |   |   ├── aliases.zsh
│   │   │   ├── ascii.sh
│   │   │   ├── completion.zsh
│   │   │   ├── entry.bash          => ~/.bashrc
│   |   |   ├── entry.sh
│   │   │   └── entry.zsh           => ~/.zshrc
│   │   ├── Makefile
│   │   └── README.md
│   ├── packages
│   │   └── ...
│   ├── zsh
|   |   ├── nix-zsh-completions
│   │   ├── zsh-autosuggestions
│   │   ├── zsh-completions
│   │   └── zsh-syntax-highlighting
│   └── ...
└── ...

About

dotfiles, just one command to make an UNIX system mine.


Languages

Language:Shell 55.4%Language:Vim Script 44.0%Language:Makefile 0.6%