Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deraen/dotfiles
https://github.com/deraen/dotfiles
clojure clojurescript dotfiles shell ubuntu vim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deraen/dotfiles
- Owner: Deraen
- Created: 2013-07-27T18:29:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:27:54.000Z (3 months ago)
- Last Synced: 2024-10-28T16:13:45.621Z (3 months ago)
- Topics: clojure, clojurescript, dotfiles, shell, ubuntu, vim
- Language: Shell
- Size: 2.91 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deraen's dotfiles
Highly customized setup using Ubuntu, i3, Zsh, Vim
- I try to include as few files as possible
- while including all files I would need with a new computer## Submodules
I'm using git submodules to manage external packages like Vim plugins and a few programs which are
not available as Debian packages. Following command is useful to check changes (shortlog) of each
changed submodule after updating submodules: `git log -p --submodule=log` or
`git submodule summary`.## Interesting files
| File | Description |
|------|-------------|
| [packages.sh](bin/packages.sh) | Install wanted packages and uninstall others
| [postinstall.sh](bin/postinstall.sh) | Update, fetch and build external modules (git submodules). Create some system config files.## Installation
Prerequisites: git, bash
```bash
git clone --recurse-submodules [email protected]:Deraen/dotfiles.git
cd dotfiles
shopt -s dotglob # bash, or
setopt globdots # zsh
cp -R * ~
cd ..
rm -rf dotfiles
postinstall.sh
```## Bootstrapping a new Ubuntu system
```bash
apt-get install git
# install dotfiles repo
sudo bin/packages.sh
sudo apt-get update
```## Notes
```
# Remove old packages
dpkg -l | grep oibaf | awk '{print $2}' | xargs sudo dpkg --remove --force-all
```## TODO
- Hyprland?