Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exigow/dotfiles

My personal dotfiles
https://github.com/exigow/dotfiles

Last synced: about 2 months ago
JSON representation

My personal dotfiles

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
```