https://github.com/mawkler/dotfiles
These are all my configuration files for various programs and applications ⚙️
https://github.com/mawkler/dotfiles
dotfiles linux neovim powerline vim zsh
Last synced: about 1 year ago
JSON representation
These are all my configuration files for various programs and applications ⚙️
- Host: GitHub
- URL: https://github.com/mawkler/dotfiles
- Owner: mawkler
- License: other
- Created: 2017-07-22T14:49:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T12:52:32.000Z (about 1 year ago)
- Last Synced: 2025-05-12T05:43:59.728Z (about 1 year ago)
- Topics: dotfiles, linux, neovim, powerline, vim, zsh
- Language: Shell
- Homepage:
- Size: 2.2 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
My Neovim configuration is available at [mawkler/nvim](https://github.com/mawkler/nvim/)
# Installation
**Without `sudo`:**
To clone the dotfiles and set them up, run the following:
```sh
curl -s https://raw.githubusercontent.com/mawkler/dotfiles/master/.dotfiles/install-dotfiles.sh | bash
```
which downloads and runs [this script](https://raw.githubusercontent.com/mawkler/dotfiles/master/.dotfiles/install-dotfiles.sh) which is based on [this article](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/).
**With `sudo` and `pacman`:**
If you have `pacman` installed and also want to install all dependencies and additional programs listed [here](.dotfiles/pkglist.txt) as well as some system configurations, run this:
```sh
dotfiles_url=https://raw.githubusercontent.com/mawkler/dotfiles/master/.dotfiles/
curl -s ${dotfiles_url}install-dotfiles.sh | bash
curl -s ${dotfiles_url}install-dependencies.sh | sudo bash
```
# Dependencides
These dotfiles assume that you're on Unix. For Windows, check out the [Windows branch](https://github.com/mawkler/dotfiles/tree/windows) (isn't updated that often though).
- [git](https://git-scm.com/) (obviously)
- [python](https://www.python.org/downloads/) for some Neovim plugins