https://github.com/kostasereksonas/surf-kostas
My custom build of suckless surf browser
https://github.com/kostasereksonas/surf-kostas
suckless suckless-org suckless-software surf
Last synced: about 2 months ago
JSON representation
My custom build of suckless surf browser
- Host: GitHub
- URL: https://github.com/kostasereksonas/surf-kostas
- Owner: KostasEreksonas
- License: mit
- Created: 2021-06-26T11:31:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T11:10:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T21:40:02.234Z (3 months ago)
- Topics: suckless, suckless-org, suckless-software, surf
- Language: C
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# surf-kostas
***Newpatch*** branch is used for applying new patches to `surf` before merging them to the main branch. It's primary used as a fail-safe in case of errors.
# Table of contents
===================
* [surf-kostas](#surf-kostas)
* [My custom Surf browser build](#My-custom-Surf-browser-build)
* [Patches that I have applied](#Patches-that-I-have-applied)
* [Installation guide](#Installation-guide)# My custom Surf browser build
My custom build of suckless surf browser. This is a part of me trying some suckless software.# Patches that I have applied
In this section I will list patches that I have applied to my custom ***Surf*** browser build:
* [Bookmarks](../main/patches/surf-bookmarks-20170722-723ff26.diff) - a patch for adding bookmarks with ***Ctrl + m*** keybind.
* [Homepage](../main/patches/surf-2.0-homepage.diff) - a patch for setting a homepage within Surf web browser.# Installation guide
In this section I will provide instructions for installing my custom `surf` browser build.
1. Clone this git repository:
`git clone https://github.com/KostasEreksonas/surf-kostas.git`
2. Go to the folder of the cloned repository:
`cd surf-kostas`
3. Build the package:
`make`
4. Compile this custom `surf` build ***with root privilleges***:
`sudo make clean install`
5. Done!