Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pappasam/config
My configuration settings for various unix files.
https://github.com/pappasam/config
alacritty-config asdf bashrc configuration dotfiles dotfiles-linux dotfiles-ubuntu git-config neovim neovim-dotfiles tmux tmux-conf zshrc
Last synced: 11 days ago
JSON representation
My configuration settings for various unix files.
- Host: GitHub
- URL: https://github.com/pappasam/config
- Owner: pappasam
- License: mit
- Created: 2015-07-05T15:52:37.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:46:29.000Z (6 months ago)
- Last Synced: 2024-05-22T16:05:09.746Z (6 months ago)
- Topics: alacritty-config, asdf, bashrc, configuration, dotfiles, dotfiles-linux, dotfiles-ubuntu, git-config, neovim, neovim-dotfiles, tmux, tmux-conf, zshrc
- Language: Shell
- Homepage: https://samroeca.com/
- Size: 2.8 MB
- Stars: 22
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚙ System Configuration
[Samuel Roeca]'s notes / scripts / [dotfiles] to configure the latest "Long Term Support" version of [Ubuntu].
```bash
sudo apt install git # For version control
sudo apt install build-essential # Installs 'make'
sudo apt install stow # Manages symbolic links
make # Describe all available Makefile targets
```Top-level directories are documented below.
- `bin/` Executable scripts that are added, by default, to the [PATH].
- `docs/` Documentation files for reference and automation.
- `dotfiles/` User dotfiles live here and are automatically organized on your system by [stow].
- `scripts/` Scripts for things like system setup and program installation.[PATH]: https://en.wikipedia.org/wiki/PATH_(variable)
[Samuel Roeca]: https://samroeca.com
[Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
[dotfiles]: https://wiki.archlinux.org/index.php/Dotfiles
[stow]: https://alexpearce.me/2016/02/managing-dotfiles-with-stow/