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

https://github.com/andreaspb/.dotfiles

things that might or might not be outdated
https://github.com/andreaspb/.dotfiles

alacritty dotfiles fzf nvim starship vim

Last synced: 3 months ago
JSON representation

things that might or might not be outdated

Awesome Lists containing this project

README

          

**.dotfiles and notes**

Change default terminal(what pop shell `super + t` uses):
```bash
gsettings set org.gnome.desktop.default-applications.terminal exec
```

No capslock:
```bash
setxkbmap -option caps:escape
```

Vim Plug
```bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

Powerline font:
```bash
cd ~/Repo
git clone https://github.com/powerline/fonts
cd fonts/
./install.sh
```

### Must have terminal tools
* fish - https://github.com/fish-shell/fish-shell
* starship https://github.com/starship/starship
* z - https://github.com/ajeetdsouza/zoxide
* fzf - https://github.com/junegunn/fzf
* exa - https://github.com/ogham/exa