Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sskender/dotfiles

My dotfiles library
https://github.com/sskender/dotfiles

alacritty alacritty-config arch-linux archlinux dotfiles gruvbox gruvbox-theme linux mac macos neovim nvim ohmyzsh terminal tmux tmux-conf vim vimrc zsh zshrc

Last synced: about 7 hours ago
JSON representation

My dotfiles library

Awesome Lists containing this project

README

        

# dotfiles

My dotfiles library

## Quickstart

### Submodules

Cloning with submodules

```bash
git clone --recurse-submodules [email protected]:sskender/dotfiles.git
```

Updating

```bash
git pull
git submodule update --init --recursive
```

### Installation

#### Alacritty

```bash
ln -s ~/Documents/dotfiles/alacritty/alacritty.toml ~/.alacritty.toml
```

#### Tmux

```bash
ln -s ~/Documents/dotfiles/tmux/tmux.conf ~/.tmux.conf
```

#### zshrc

```bash
ln -s ~/Documents/dotfiles/zshrc/zshrc ~/.zshrc
```