Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JDevlieghere/dotfiles
⚙ Dotfiles for Linux &macOS
https://github.com/JDevlieghere/dotfiles
dotfiles linux macos tmux vim
Last synced: 3 months ago
JSON representation
⚙ Dotfiles for Linux &macOS
- Host: GitHub
- URL: https://github.com/JDevlieghere/dotfiles
- Owner: JDevlieghere
- License: mit
- Created: 2015-07-25T13:52:36.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T18:21:43.000Z (5 months ago)
- Last Synced: 2024-06-15T19:29:13.266Z (5 months ago)
- Topics: dotfiles, linux, macos, tmux, vim
- Language: Shell
- Homepage:
- Size: 8.55 MB
- Stars: 291
- Watchers: 15
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
> This is my dotfile repository. There are many like it, but this one is mine.
My primary operating system is macOS, but I do use Linux occasionally. I always
aim to make everything work for both platforms but no guarantees.**Feel free to try out my dotfiles or use them as inspiration!** If you have a
suggestion, improvement or question, please open an issue or PR!## Screenshot
![macOS](https://jonasdevlieghere.com/static/dotfiles.png?v=2)
## Installation
Clone the dotfiles repository.
```
$ git clone https://github.com/JDevlieghere/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
```Use the bootstrap script to do everything from synchronizing the files to
installing additional fonts.```
$ ./bootstrap.sh
Usage: bootstrap.sh [options]-s, --sync Synchronizes dotfiles to home directory
-l, --link Create symbolic links
-i, --install Install (extra) software
-f, --fonts Copies font files
-c, --config Configures your system
-a, --all Does all of the above$ ./bootstrap.sh -a
```If you decide to use this configuration as is, don't forget to change your name
and e-mail address in the `.gitconfig` and `.hgrc` files.## Application Configurations
### (n)vim
After having used [YouCompleteMe](https://github.com/Valloric/YouCompleteMe)
for a long time I switched to LSP and [clangd](https://clangd.llvm.org). I
wrote a [blog post](https://jonasdevlieghere.com/vim-lsp-clangd/) on how to set
it up. More recently I've been using the built-in LSP client in neovim.### fish
I use [fish shell](https://fishshell.com). On macOS you'll have to add fish's
path to `/etc/shells`.```
chsh -s $(which fish)
```## Other Useful Stuff
- [Scripts](https://github.com/JDevlieghere/dotfiles/tree/master/scripts)
- [Fonts](https://github.com/JDevlieghere/dotfiles/tree/master/fonts)
- [System Configurators](https://github.com/JDevlieghere/dotfiles/tree/master/os)## Acknowledgements
- The `os/macos.sh` script with sensible macOS defaults is forked from [Mathias Bynens' dotfiles](https://github.com/mathiasbynens/dotfiles/blob/master/.macos).
- My favorite fonts are [Source Code Pro](https://github.com/adobe-fonts/source-code-pro) and [MonoLisa](https://www.monolisa.dev).