Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pprzetacznik/dotfiles
My dotfiles
https://github.com/pprzetacznik/dotfiles
emacs emacs-configuration tmux vim vimrc
Last synced: 26 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/pprzetacznik/dotfiles
- Owner: pprzetacznik
- Created: 2015-08-25T23:23:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T23:36:47.000Z (about 1 year ago)
- Last Synced: 2024-10-21T22:52:11.329Z (2 months ago)
- Topics: emacs, emacs-configuration, tmux, vim, vimrc
- Language: Emacs Lisp
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Install vim configuration### Installation script
```
./install.sh swapfile
./install.sh rhel
./install.sh vim
./install.sh ycm_rhel
./install.sh links
```### mintty
```
cp mintty/themes/solarized AppData/Local/wsltty/usr/share/mintty/themes/solarized
```### Tips
```
sudo usermod -aG sudo username # ubuntu
sudo usermod -aG wheel username # fedora
# sudo visudo
%wheel ALL=(ALL) NOPASSWD: ALL
``````
:w !sudo tee %
```