https://github.com/thomasborgen/my-environment
Settings files, dotfiles and whatever might be handy to have a copy of
https://github.com/thomasborgen/my-environment
Last synced: 8 months ago
JSON representation
Settings files, dotfiles and whatever might be handy to have a copy of
- Host: GitHub
- URL: https://github.com/thomasborgen/my-environment
- Owner: thomasborgen
- Created: 2021-01-31T20:40:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T13:42:25.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T08:42:17.132Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Usage
## Visual Studio Code
to use vscode_settings symlink it.
first delete settings if its there:
```sh
rm ~/.config/Code/User/settings.json
```
```sh
ln vscode_settings.json ~/.config/Code/User/settings.json
```
## Ubuntu key fixes
Modiefied from this [vim keys guide](https://itectec.com/ubuntu/ubuntu-configure-caps-lock-as-altgr-and-arrows-like-in-vim/) to emacs keys
This changes Caps lock to altgr and adds emac movement for caps+key
This should probably also be enough to symlink, but only copied file when i did it.
```sh
ln xkb_altgr_emacs /usr/share/X11/xkb/symbols/altgr_emacs
```
Now we need to include the file into all language files that we use. For me this is english so the `us` file and norwegian `no` file.
Add `include "altgr_emacs(altgr-emacs)"` to the end of the `{xkb_symbols "basic"}` section in the language files you need in `/usr/share/X11/xkb/symbols`
Then log in and out to activate changes