Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nickjer/dotfiles


https://github.com/nickjer/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles

My **personal** dotfiles used for my typical environment.

## Install

1. Git clone this repo

```sh
git clone [email protected]:nickjer/dotfiles.git ~/.dotfiles
```

2. Run the bootstrap script included in this repo

```sh
~/.dotfiles/bootstrap.sh
```

## Update

1. Just run the bootstrap script again to apply updates

```sh
~/.dotfiles/bootstrap.sh
```

## Ubuntu Setup

If you are using Ubuntu as your local machine and want to replace Caps Lock
with Esc:

```sh
dconf write /org/gnome/desktop/input-sources/xkb-options "['caps:escape']"
```