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
- Host: GitHub
- URL: https://github.com/andreaspb/.dotfiles
- Owner: AndreasPB
- Created: 2021-09-22T14:04:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T08:54:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T14:12:35.952Z (over 1 year ago)
- Topics: alacritty, dotfiles, fzf, nvim, starship, vim
- Language: Vim Script
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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