Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecarlton/dotfiles
Stowable dotfiles
https://github.com/alexandrecarlton/dotfiles
dotfiles
Last synced: 11 days ago
JSON representation
Stowable dotfiles
- Host: GitHub
- URL: https://github.com/alexandrecarlton/dotfiles
- Owner: AlexandreCarlton
- Created: 2014-02-25T10:03:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T22:35:12.000Z (10 months ago)
- Last Synced: 2024-10-14T22:27:20.884Z (24 days ago)
- Topics: dotfiles
- Language: Python
- Homepage:
- Size: 2.67 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.