Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exigow/dotfiles
My personal dotfiles
https://github.com/exigow/dotfiles
Last synced: about 2 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/exigow/dotfiles
- Owner: exigow
- Created: 2016-06-01T16:56:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T15:11:32.000Z (4 months ago)
- Last Synced: 2024-10-13T08:13:13.685Z (3 months ago)
- Language: Shell
- Size: 658 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About
* Manjaro + i3
* keyboard shortcuts mimics Windows shortcuts
* this allows for easy switching between OS-es
* examples: Win+R opens dmenu, Win+L locks, Alt+Tab cycles workspaces and so on
* visuals: no gaps, black & white, high contrast
* sound & wi-fi applets in tray## Installation
Default clone command will fail because home directory exists.
To fix that, init empty repo, add remote and reset:
```shell
cd ~
git init
git remote add origin [email protected]:exigow/dotfiles.git
git fetch
git reset origin/master
```## Applications (optional)
```shell
pacman -Syu fish firefox keepassxc thunar intellij-idea-community-edition pa-applet steam ncspot
```Set `fish` as default shell:
```shell
chsh -s /usr/bin/fish
```