https://github.com/dotdc/dotfiles
My dotfiles.
https://github.com/dotdc/dotfiles
bash dotfiles git linux tmux vim vscode vscode-extension
Last synced: 3 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/dotdc/dotfiles
- Owner: dotdc
- License: mit
- Created: 2018-06-04T16:29:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-04T07:27:52.000Z (4 months ago)
- Last Synced: 2026-03-04T13:40:23.511Z (4 months ago)
- Topics: bash, dotfiles, git, linux, tmux, vim, vscode, vscode-extension
- Language: Vim Script
- Homepage:
- Size: 459 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles

## Description
My dotfiles, mainly used on Arch Linux.
## Features
- Backup your current dotfiles to `~/.bak`
- Creates dotfiles as symlinks to this repository
- Automatic install of Vundle & Vim plugins
- Automatic install of VScode extensions
## Requirements
Install the required packages, for Arch Linux:
```console
pacman -Sy git \
make \
rxvt-unicode \
tmux \
vim
```
## Installation
Several installation options:
| Command | Description |
|-----------------|-------------------------------------------------------|
| `make dotfiles` | Backup current dotfiles in `~/.bak` & install theses |
| `make vim` | Configure Vim and install Vundle & Vim plugins |
| `make vscode` | Configure VScode & install extensions |
| `make all` | Make all the above |
## Example usage
```console
git clone https://github.com/dotdc/dotfiles.git
cd dotfiles
make dotfiles
```