Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickjer/dotfiles
https://github.com/nickjer/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickjer/dotfiles
- Owner: nickjer
- Created: 2016-07-08T18:06:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T13:37:56.000Z (9 months ago)
- Last Synced: 2024-04-10T15:24:40.454Z (9 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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']"
```