Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/