Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wezm/dotfiles
My CLI configuration files
https://github.com/wezm/dotfiles
dotfiles
Last synced: 14 days ago
JSON representation
My CLI configuration files
- Host: GitHub
- URL: https://github.com/wezm/dotfiles
- Owner: wezm
- Created: 2017-06-11T02:18:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T02:01:12.000Z (24 days ago)
- Last Synced: 2024-10-20T14:37:53.922Z (21 days ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 7.66 MB
- Stars: 24
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wes' Dot Files
My repo for configuration files, managed by [dot].
## Installation
1. Install `git` and `rust`. If on a non-GNU system (E.g. BSD), install `gmake`.
3. Clone files: `git clone --recursive [email protected]:wezm/dotfiles.git`
2. Install `dot`, either by building from source or downloading a binary.
(`cargo install --git https://github.com/ubnt-intrepid/dot.git`)
5. Link files: `/home/wmoore/.cargo/bin/dot link`
6. Run `base16_default-dark` once to set `~/.vimrc_background` to sync `vim`
with the shell theme.
7. Open [Neovim] and install plugins: `:PlugInstall`### Transcript
The following is a transcript of the steps taken to install dotfiles in a fresh
[Void Linux] installation.**Note** It's assumed you're sshed into the new machine with agent forwarding
enabled (to clone repos).# xbps-install -Suv cargo git base-devel
% cargo install --git https://github.com/ubnt-intrepid/dot.rs.git
% /home/wmoore/.cargo/bin/dot clone wezm
% cd .dotfiles
% git submodule update --init
% /home/wmoore/.cargo/bin/dot link
% base16_default-dark
# xbps-install neovim
nvim :PlugInstall## gsettings
### Monospace font
gsettings set org.gnome.desktop.interface monospace-font-name 'PragmataPro Mono Regular 10'
### HiDPI
gsettings set org.gnome.desktop.interface scaling-factor 2
### Location services
gsettings set org.gnome.system.location enabled true
[dot]: https://github.com/ubnt-intrepid/dot
[Void Linux]: http://www.voidlinux.eu/
[Neovim]: https://neovim.io/