Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandrecarlton/dotfiles

Stowable dotfiles
https://github.com/alexandrecarlton/dotfiles

dotfiles

Last synced: 11 days ago
JSON representation

Stowable dotfiles

Awesome Lists containing this project

README

        

# Alexandre's dotfiles

These are my config files for easy deployment on new machines.

```bash
git clone --recursive --shallow-submodules [email protected]:AlexandreCarlton/dotfiles.git ~/.dotfiles
```
Ensure your previous dotfiles are backed up before installing these new ones.

## Installation of dotfiles
First pull in the third-party repositories (e.g. oh-my-zsh) and install GNU
stow.
```bash
pacman -S stow
cd ~/.dotfiles
make
```

## Consistent theming
As you can probably tell, I'm a big fan of
[Solarized](https://ethanschoover.com/solarized).

If you wish to change this, then the following files will need to be edited:

- `~/.config/alacritty.yml`
- `~/.config/gtk-3.0/settings.ini`
- `~/.config/htop/htoprc` (We won't need to use 'Broken Gray')
- `~/.config/mako/config`
- `~/.config/nvim/init.lua`
- `~/.config/Trolltech.conf`
- `~/.config/waybar/style.css`

Fontwise, I'm using Hack (bitmap fonts don't work so well on HiDPI screens) and
changing this requires editing almost all the aforementioned files.