Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmskv/dotfiles
dots for my Linux setup
https://github.com/mmskv/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
dots for my Linux setup
- Host: GitHub
- URL: https://github.com/mmskv/dotfiles
- Owner: mmskv
- Created: 2019-05-01T09:43:49.000Z (over 5 years ago)
- Default Branch: desktop
- Last Pushed: 2023-07-08T23:01:26.000Z (over 1 year ago)
- Last Synced: 2024-06-10T01:34:49.253Z (5 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 42.1 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My gentoo dotfiles
![](https://github.com/maksmeshkov/dotfiles/blob/desktop/screenshots/desktop.png)
---
## Install
1. Backup your .config folder
tar -chzf ~/.config/ dotconfig.bkp
2. Install dotfiles
cd config
stow * -t ~/ # You can specify what to install### Patches
- Patch to use ctrl + space to switch kb layout.
`setxkbmap -option grp:alt_space_toggle` should be used thensudo patch /usr/share/X11/xkb/symbols/group patches/control_space_xkb_layout.patch
## Apps list
- `zathura` - pdf/ebooks
- `neovim` - text editor
- `Fira Mono for Powerline` - font
- `kochi` - japanese font
- `firefox` - web browser
- `tridactyl` - vim bindings for firefox
- `alacritty` - terminal
- `redshift` - ease bluelight strain on your eyes
- `ncmpcpp` - terminal music player
- `fish` - shell
- `maim` - screenshot
- `doas` - sudo without bloat
- `dmenu` - app launcher
- `picom` - compositor
- `dunst` - notification daemon
- `wacom-utility` - manage wacom tablet
- `nomacs` - image viewer
- [`gentoo-lto`](https://github.com/InBetweenNames/gentooLTO) - use to optimize compiled programs---
- `yay` - aur packet manager
- `arandr` - GUI for xrandr
- `lxappearance` - set gkt theme
- `thunar` - GUI file manager
- `nerd fonts complete` - every font in one place## Notes
- Install all coc extensions in one line
CocInstall coc-snippets coc-prettier coc-yaml @yaegassy/coc-ansible coc-git coc-eslint coc-vimtex coc-tsserver coc-sh coc-pyright coc-json coc-css coc-cmake coc-clangd