https://github.com/kablondino/dot_files
Configuration files for all the things
https://github.com/kablondino/dot_files
configuration dot-files dotfiles i3wm tmux vim zsh
Last synced: 7 months ago
JSON representation
Configuration files for all the things
- Host: GitHub
- URL: https://github.com/kablondino/dot_files
- Owner: kablondino
- Created: 2017-01-16T14:42:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T13:18:27.000Z (about 1 year ago)
- Last Synced: 2025-01-23T06:33:59.633Z (8 months ago)
- Topics: configuration, dot-files, dotfiles, i3wm, tmux, vim, zsh
- Language: Shell
- Size: 256 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This repository contains the configurations I use.
Read over the `Makefile` and use it.1. `.bashrc` (unused for a long time)
2. `.zshrc`
+ `.prompt.zsh`
+ `.common.rc.sh`
3. `.tmux.conf` and `.tmux.conf.local` from [Oh My Tmux!](https://github.com/gpakosz/.tmux "gpakosz
GitHub Repository")
4. `.Xdefaults`, only for the urxvt terminal
5. `.dircolors` (requires 256 colors)
6. `i3.config`, the i3gaps fork+ $Mod + Ctrl + Esc: Lock screen
+ $Mod + Ctrl + Alt + Esc: Suspend
+ $Mod + Ctrl + Shift + Alt + Esc: Hibernate## "Required" Software
[Nerd Fonts](http://nerdfonts.com/) are used a lot for vim (see note below about vim) and the zsh
prompt. Alter the font choice in the `.Xdefaults` or `termite/.config`, depending on which
terminal you use.### ZSH / BASH
+ Fortune
+ zsh-syntax-highlighting
+ A certain python3 application that can suggest corrected commands### i3
+ Main terminal: TBD
+ rofi
+ bumblebee-status
+ i3ipc
+ redshift (with gtk)
+ [light](https://github.com/haikarainen/light)
+ pactl
+ xfce4-power-manager
+ nm-applet### VIM Files and Plugins
**NOTE!** Vim files have moved! It has been moved to its own repository, partially because I
dropped [Vundle](https://github.com/VundleVim/Vundle.vim). Now, Vim 8's built-in functionality is
used. Look at [my other repository](https://github.com/kablondino/.vim) to implement it.