Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godje/dotfiles
I store my Linux extra thick rice and vim dotfiles here. Some are messy, some are with comments...
https://github.com/godje/dotfiles
config dotfiles vimrc
Last synced: 3 months ago
JSON representation
I store my Linux extra thick rice and vim dotfiles here. Some are messy, some are with comments...
- Host: GitHub
- URL: https://github.com/godje/dotfiles
- Owner: Godje
- Created: 2018-02-19T01:39:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T22:25:26.000Z (6 months ago)
- Last Synced: 2024-07-23T08:10:17.777Z (6 months ago)
- Topics: config, dotfiles, vimrc
- Language: Vim Script
- Size: 7.94 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles / Linux Config
of Daniel Mayovskiy (PaDamTuts)* * *
This is a repository where I keep my dotfiles. I have them symlinked on my Linux from this folder. **My .vimrc has comments** so you can copy some of the config for yourself if you want.
## My Linux setup basic information
- **Distro:** Ubuntu 18.10 64-bit
- **WM:** i3-wm
- **Terminal:** urxvt (rxvt-256unicode)
- **Editor:** Vim* * *
## My current rice
Deleted the bloat, like Rofi or Polybar. Using default i3blocks (might change it).
Borders instead of shadows on focused windows. Also connected i3wm colors to `pywal`.![My rice](newrice.jpg)
* * *
### My old rice (Jan 2018)
![My rice](oldrice.jpg)
You can find **polybar** and **neofetch** config in `.config` folder.
Polybar was built with an older version of xcb-proto, because the newer xcb-proto break the build. You have to purge xcb-proto, download and install an older xcb-proto manually. Version 11 worked for me.
## some comments
`_vimrc` is for Windows. `.vimrc` is for Unix
There's a branch called `macrc`. It's a branch of dotfiles that I use on the MacOS system at my church. There's a bunch of scripts and aliases that are changed to fit on MacOS, and the tasks I am doing on that system. There's literally no other use of that outside of Mac, so I am not including separate file changes on the master branch.