https://github.com/nickjer/dotfiles
  
  
     
    https://github.com/nickjer/dotfiles
  
        Last synced: 8 months ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/nickjer/dotfiles
- Owner: nickjer
- Created: 2016-07-08T18:06:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T13:37:56.000Z (over 1 year ago)
- Last Synced: 2024-04-10T15:24:40.454Z (over 1 year 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 git@github.com: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']"
```