Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowlicks/dotfiles
My dotfiles, vim, tmux, bashrc, global_gitignore, etc. Nothing special.
https://github.com/cowlicks/dotfiles
Last synced: about 17 hours ago
JSON representation
My dotfiles, vim, tmux, bashrc, global_gitignore, etc. Nothing special.
- Host: GitHub
- URL: https://github.com/cowlicks/dotfiles
- Owner: cowlicks
- Created: 2012-12-22T21:35:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T18:00:56.000Z (6 months ago)
- Last Synced: 2024-05-04T02:46:01.517Z (6 months ago)
- Language: Vim Script
- Homepage:
- Size: 491 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========My dotfiles, vim, bashrc, tmux, global_gitignore, etc.
Nothing special.
# Things to manually
Run `deploy.sh` to install dotfiles.
Install tmux, vim, git.
`sudo apt-get install trash-cli tmux vim git`## Install virtualenvs and virtualenv wrapper
On debian `sudo install python-pip` then `sudo pip install virtualenv
virtualenvwrapper` usually does it.## For thinkpads
Put the 20-thinkpad.conf file in `/etc/share/X11/xorg.conf.d/.`
## Install dropbox
Edit the `dropbox.list` file as needed then put it in
`/etc/apt/sources.list.d/`. Add dropbox's gpg key with:```
$ sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
```(if you want to trust me)
Then apt update & install dropbox.