https://github.com/roaldnefs/dotfiles
Repository containing Roald Nefs's personal dotfiles.
https://github.com/roaldnefs/dotfiles
dotfiles dotfiles-macos
Last synced: about 1 month ago
JSON representation
Repository containing Roald Nefs's personal dotfiles.
- Host: GitHub
- URL: https://github.com/roaldnefs/dotfiles
- Owner: roaldnefs
- License: mit
- Created: 2019-12-20T21:31:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T07:16:17.000Z (over 3 years ago)
- Last Synced: 2025-02-15T01:28:31.043Z (3 months ago)
- Topics: dotfiles, dotfiles-macos
- Language: Vim script
- Homepage: https://github.com/roaldnefs
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
dotfiles is a repository containing Roald Nefs's personal dotfiles.
GitHub Profile »
Report Bug
·
Request Feature## Introduction
This repository contains my personal [dotfiles](https://dotfiles.github.io/). Feel free to fork the repository, and modify it to your liking.[
](https://github.com/roaldnefs)
[**Roald Nefs**](https://github.com/roaldnefs) \
OS: `macOS` \
Languages & Technologies: `Python`, `Docker`, `C++`, `JavaScript`, `GoLang` \
Featured Projects: [gitignore](https://github.com/roaldnefs/gitignore).## Tools
These **dotfiles** make use of the following tools:[
](https://github.com/roaldnefs/gitignore)
[**gitignore**](https://github.com/roaldnefs/gitignore) \
Tool for downloading `.gitignore` templates.
[
](https://neovim.io/)
[**neovim**](https://neovim.io/) \
The hyperextensible Vim-based text editor.
## Installing
The repository includes a **Makefile** to create all the required symbolic links using a simple command:```console
$ make help
all Install all the dotfiles.
git Install the git related dotfiles.
shell Install the shell related dotfiles.
tmux Install the tmux related dotfiles.
vim Install the vim related dotfiles.
$ make all
```