https://github.com/pprzetacznik/dotfiles
My dotfiles
https://github.com/pprzetacznik/dotfiles
emacs emacs-configuration tmux vim vimrc
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/pprzetacznik/dotfiles
- Owner: pprzetacznik
- Created: 2015-08-25T23:23:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T23:36:47.000Z (over 2 years ago)
- Last Synced: 2025-02-03T11:51:08.584Z (over 1 year 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 %
```