Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolharsh55/dotfiles
My public dotfiles
https://github.com/coolharsh55/dotfiles
Last synced: 12 days ago
JSON representation
My public dotfiles
- Host: GitHub
- URL: https://github.com/coolharsh55/dotfiles
- Owner: coolharsh55
- Created: 2017-03-17T15:38:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T09:34:23.000Z (16 days ago)
- Last Synced: 2024-12-22T10:26:43.889Z (16 days ago)
- Language: Shell
- Size: 41.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My public dotfiles## installation notes
### dependencies
1. git
2. python3
3. tmux
4. xfce
5. i3### external tools
1. insync
2. thunderbird
3. emacs
4. vim
5. zotero
6. firefox
7. spotify
8. clementine
9. libreoffice
10. sublime-text
11. sublime-merge### stow
`stow {target}` will create symlink to `~/target`
Because the structures in some of the folders are nested, stow will create links in the parent folder instead. To resolve this, use:
`stow -nv {command}` to test effects
`stow -S {target} -t ~` or `stow -S {target} -d . -t ~`
### emacs
For emacs, consider adding packages declared for use in the config, otherwise loading emacs will cause parsing errors in config.
### vim
Install vim-plug and execute `PlugInstall` from vim
## todo
* add thunderbird config
* add thunderbird addons + config
* add sublime text config
* add sublime text addons + config